mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
fix(sql): invocation
This commit is contained in:
parent
38372dcda4
commit
40ac56c493
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
(invocation
|
||||
name: (identifier) @function.call
|
||||
parameter: [(field)]? @parameter)
|
||||
(object_reference
|
||||
name: (identifier) @function.call
|
||||
parameter: [(field)]? @parameter))
|
||||
|
||||
[
|
||||
(keyword_gist)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue