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
|
||||
(shebang) @keyword.directive
|
||||
|
||||
[
|
||||
(symbol)
|
||||
(symbol_binding)
|
||||
] @variable
|
||||
|
||||
(comment) @comment
|
||||
|
||||
(fn_form
|
||||
|
@ -186,8 +191,3 @@
|
|||
(string)
|
||||
(string_binding)
|
||||
] @string
|
||||
|
||||
[
|
||||
(symbol)
|
||||
(symbol_binding)
|
||||
] @variable
|
||||
|
|
Loading…
Reference in New Issue