mirror of
https://github.com/elladunbar/tree-sitter-hy.git
synced 2025-11-05 14:59:55 -06:00
More highlighting changes
This commit is contained in:
parent
550b048a4b
commit
d19ffc6e48
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
.
|
||||
(list
|
||||
(symbol)* @parameter)
|
||||
(#any-of? @keyword.function "defn" "defmacro" "defmacro!" "defreader"))
|
||||
(#any-of? @keyword.function "defn" "defmacro" "defmacro!"))
|
||||
|
||||
(expression
|
||||
.
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
.
|
||||
(list
|
||||
(symbol)* @parameter)
|
||||
(#eq? @keyword.function "fn"))
|
||||
(#any-of? @keyword.function "fn" "defreader"))
|
||||
|
||||
; Literals
|
||||
((symbol) @constant.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue