SQL highlight queries rely on latest parser AST

This commit is contained in:
derekstride 2022-08-05 14:19:39 -04:00 committed by Christian Clason
parent 2ac9f2ca7d
commit 3832fde3ee

View file

@ -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)