changeset 5817:3766414936ee

Add block comment tokens for typst (#10955)
author tingerrr <github@tinger.dev>
date Sun, 23 Jun 2024 03:07:46 +0200
parents 7faac288865f
children 40c073a2ea28
files languages.toml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/languages.toml	Sun Jun 23 03:07:13 2024 +0200
+++ b/languages.toml	Sun Jun 23 03:07:46 2024 +0200
@@ -3162,6 +3162,7 @@
 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 = "  " }