fix(julia): fix macro identifier highlight query

This fixes the macro identifier highlight query after the breaking
changes in https://github.com/tree-sitter/tree-sitter-julia/pull/153.
See also
https://github.com/tree-sitter/tree-sitter-julia/pull/158/commits/9f2fb3b9a8c73ef0d2ec005c97f91274b492d48d.
This commit is contained in:
Fredrik Ekre 2024-11-22 23:34:33 +01:00 committed by Christian Clason
parent 731fbe9ac3
commit 28a5dc06a8

View file

@ -34,7 +34,9 @@
(#any-of? @_pipe "|>" ".|>"))
; Macros
(macro_identifier) @function.macro
(macro_identifier
"@" @function.macro
(identifier) @function.macro)
(macro_definition
(signature