mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
SQL highlight queries rely on latest parser AST
This commit is contained in:
parent
2ac9f2ca7d
commit
3832fde3ee
1 changed files with 4 additions and 5 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
(function_call
|
(invocation
|
||||||
(invocation
|
name: (identifier) @function.call
|
||||||
name: (identifier) @function.call
|
parameter: [(field)]? @parameter)
|
||||||
parameter: [(field)]? @parameter))
|
|
||||||
|
|
||||||
(function_call
|
(count
|
||||||
name: (identifier) @function.call
|
name: (identifier) @function.call
|
||||||
parameter: [(field)]? @parameter)
|
parameter: [(field)]? @parameter)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue