Unnamed repository; edit this file 'description' to name the repository.
Add block comment tokens for typst (#10955)
| -rw-r--r-- | languages.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 4a972638..4b8299e2 100644 --- a/languages.toml +++ b/languages.toml @@ -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 = " " } |