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