Skip to content

Commit

Permalink
Add block comment tokens for typst (helix-editor#10955)
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 18d3cf4 commit 43556fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3162,6 +3162,7 @@ scope = "source.typst"
injection-regex = "typ(st)?"
file-types = ["typst", "typ"]
comment-token = "//"
block-comment-tokens = { start = "/*", end = "*/" }
language-servers = ["tinymist", "typst-lsp"]
indent = { tab-width = 2, unit = " " }

Expand Down

0 comments on commit 43556fa

Please sign in to comment.