diff options
| -rw-r--r-- | queries/typst/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/typst/highlights.scm b/queries/typst/highlights.scm index f6164ca6f..0fb20e054 100644 --- a/queries/typst/highlights.scm +++ b/queries/typst/highlights.scm @@ -1,6 +1,3 @@ -; comments -(comment) @comment @spell - ; punctuation "#" @punctuation.special @@ -129,3 +126,6 @@ ; math (math) @markup.math + +; comments +(comment) @comment @spell |
