Add block comment tokens for typst (#10955)

pull/10795/merge
tingerrr 6 days ago committed by GitHub
parent 3b5f2e66fc
commit 3706c0dc85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save