More highlighting changes

This commit is contained in:
E Dunbar 2025-05-09 13:56:03 -05:00
parent 550b048a4b
commit d19ffc6e48

View file

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