mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -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
|
(invocation
|
||||||
name: (identifier) @function.call
|
(object_reference
|
||||||
parameter: [(field)]? @parameter)
|
name: (identifier) @function.call
|
||||||
|
parameter: [(field)]? @parameter))
|
||||||
|
|
||||||
[
|
[
|
||||||
(keyword_gist)
|
(keyword_gist)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue