Unnamed repository; edit this file 'description' to name the repository.
Add block comment tokens for typst (#10955)
tingerrr 2024-06-23
parent 3b5f2e6 · commit 3706c0d
-rw-r--r--languages.toml1
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 = " " }