mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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.special
|
||||
|
||||
|
|
@ -129,3 +126,6 @@
|
|||
|
||||
; math
|
||||
(math) @markup.math
|
||||
|
||||
; comments
|
||||
(comment) @comment @spell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue