mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
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:
parent
3d473a4d5d
commit
839dec615a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
||||||
(_)
|
(_)
|
||||||
(operator) @_pipe
|
(operator) @_pipe
|
||||||
(identifier) @function.call
|
(identifier) @function.call
|
||||||
(#eq? @_pipe "|>"))
|
(#any-of? @_pipe "|>" ".|>"))
|
||||||
|
|
||||||
; Builtins
|
; Builtins
|
||||||
((identifier) @function.builtin
|
((identifier) @function.builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue