mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
fix(typst): move comment query to the bottom
This commit is contained in:
parent
f85b205e83
commit
097d6ffd5c
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
||||||
; comments
|
|
||||||
(comment) @comment @spell
|
|
||||||
|
|
||||||
; punctuation
|
; punctuation
|
||||||
"#" @punctuation.special
|
"#" @punctuation.special
|
||||||
|
|
||||||
|
|
@ -129,3 +126,6 @@
|
||||||
|
|
||||||
; math
|
; math
|
||||||
(math) @markup.math
|
(math) @markup.math
|
||||||
|
|
||||||
|
; comments
|
||||||
|
(comment) @comment @spell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue