mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(identifier) @function.call
|
||||
(#eq? @_pipe "|>"))
|
||||
(#any-of? @_pipe "|>" ".|>"))
|
||||
|
||||
; Builtins
|
||||
((identifier) @function.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue