Add block comment tokens for typst (#10955)
This commit is contained in:
parent
3b5f2e66fc
commit
3706c0dc85
1 changed files with 1 additions and 0 deletions
|
@ -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 = " " }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue