queries: Fix precedence of Fennel highlights

pull/13510/merge
Michael Davis 2025-07-01 09:40:40 -04:00
parent 0043c16506
commit 6081a5df81
No known key found for this signature in database
1 changed files with 5 additions and 5 deletions

View File

@ -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