mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add block comment tokens for typst (#10955)
This commit is contained in:
parent
3b5f2e66fc
commit
3706c0dc85
@ -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…
Reference in New Issue
Block a user