fix(julia): pipe function highlight (#5815)

In Julia when piping into a function the function should be highlighted as a function call, and not a variable.
This commit is contained in:
Christian Degnbol Madsen 2023-12-22 21:24:04 +11:00 committed by GitHub
parent d5842ebca8
commit 454c3a9ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,12 @@
(broadcast_call_expression
(field_expression (identifier) @function.call .))
(binary_expression
(_)
(operator) @_pipe
(identifier) @function.call
(#eq? @_pipe "|>"))
;; Builtins
((identifier) @function.builtin