mirror of https://github.com/helix-editor/helix
queries: Fix precedence of Fennel highlights
parent
0043c16506
commit
6081a5df81
|
@ -1,6 +1,11 @@
|
||||||
; Most primitive nodes
|
; Most primitive nodes
|
||||||
(shebang) @keyword.directive
|
(shebang) @keyword.directive
|
||||||
|
|
||||||
|
[
|
||||||
|
(symbol)
|
||||||
|
(symbol_binding)
|
||||||
|
] @variable
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
(fn_form
|
(fn_form
|
||||||
|
@ -186,8 +191,3 @@
|
||||||
(string)
|
(string)
|
||||||
(string_binding)
|
(string_binding)
|
||||||
] @string
|
] @string
|
||||||
|
|
||||||
[
|
|
||||||
(symbol)
|
|
||||||
(symbol_binding)
|
|
||||||
] @variable
|
|
||||||
|
|
Loading…
Reference in New Issue