mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
highlights(sql): refactor count to generic invocation
This commit is contained in:
parent
95850f7964
commit
27079f7060
2 changed files with 1 additions and 5 deletions
|
|
@ -450,7 +450,7 @@
|
||||||
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
|
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
|
||||||
},
|
},
|
||||||
"sql": {
|
"sql": {
|
||||||
"revision": "9de72fb40cd6d13a64c3aeeabc079c6b8dadb339"
|
"revision": "0f774f4ce1fbc7aa6df6202301e0b08b8c844ae4"
|
||||||
},
|
},
|
||||||
"squirrel": {
|
"squirrel": {
|
||||||
"revision": "3fefc6b9bb2b4de1b1c461783f675918cd957546"
|
"revision": "3fefc6b9bb2b4de1b1c461783f675918cd957546"
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,6 @@
|
||||||
(keyword_group_concat)
|
(keyword_group_concat)
|
||||||
] @function.call
|
] @function.call
|
||||||
|
|
||||||
(count
|
|
||||||
name: (keyword_count) @function.call
|
|
||||||
parameter: [(field)]? @parameter)
|
|
||||||
|
|
||||||
(table_reference
|
(table_reference
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue