feat(julia): broadcast pipe

Add support for capturing function call after a broadcasted pipe.
Currently works for unbroadcasted pipe.
There might be a better more complicated way to do this, since this will capture the broadcasting dot as part of the `@_pipe` capture.
This commit is contained in:
Christian Degnbol Madsen 2024-03-20 17:37:03 +11:00 committed by Amaan Qureshi
parent 3d473a4d5d
commit 839dec615a

View file

@ -57,7 +57,7 @@
(_)
(operator) @_pipe
(identifier) @function.call
(#eq? @_pipe "|>"))
(#any-of? @_pipe "|>" ".|>"))
; Builtins
((identifier) @function.builtin