mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
16 lines
217 B
Scheme
16 lines
217 B
Scheme
([
|
|
(directive)
|
|
(directive_start)
|
|
(directive_end)
|
|
] @tag
|
|
(#set! priority 101))
|
|
|
|
([
|
|
(bracket_start)
|
|
(bracket_end)
|
|
] @tag.delimiter
|
|
(#set! priority 101))
|
|
|
|
((comment) @comment @spell
|
|
(#set! priority 101))
|