highlights(sql): refactor count to generic invocation

This commit is contained in:
Matthias Queitsch 2023-05-15 23:21:06 +02:00 committed by Amaan Qureshi
parent 95850f7964
commit 27079f7060
2 changed files with 1 additions and 5 deletions

View file

@ -450,7 +450,7 @@
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
},
"sql": {
"revision": "9de72fb40cd6d13a64c3aeeabc079c6b8dadb339"
"revision": "0f774f4ce1fbc7aa6df6202301e0b08b8c844ae4"
},
"squirrel": {
"revision": "3fefc6b9bb2b4de1b1c461783f675918cd957546"

View file

@ -14,10 +14,6 @@
(keyword_group_concat)
] @function.call
(count
name: (keyword_count) @function.call
parameter: [(field)]? @parameter)
(table_reference
name: (identifier) @type)