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

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