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