Skip to content

Commit

Permalink
Add block comment tokens for typst (#10955)
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Jun 23, 2024
1 parent 3b5f2e6 commit 3706c0d
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 3706c0d

Please sign in to comment.