From 097d6ffd5c3b5deaf0a22291c41373fd862ff30f Mon Sep 17 00:00:00 2001 From: Raafat Turki Date: Fri, 16 Feb 2024 23:26:48 +0300 Subject: [PATCH] fix(typst): move comment query to the bottom --- queries/typst/highlights.scm | 6 +++--- 1 file 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