mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(sql): fix order for invocation
This commit is contained in:
parent
cbd54ebb8d
commit
ae04153314
1 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,3 @@
|
|||
(invocation
|
||||
(object_reference
|
||||
name: (identifier) @function.call
|
||||
parameter: [(field)]? @parameter))
|
||||
|
||||
[
|
||||
(keyword_gist)
|
||||
(keyword_btree)
|
||||
|
|
@ -18,6 +13,11 @@
|
|||
(object_reference
|
||||
name: (identifier) @type)
|
||||
|
||||
(invocation
|
||||
(object_reference
|
||||
name: (identifier) @function.call
|
||||
parameter: [(field)]? @parameter))
|
||||
|
||||
(relation
|
||||
alias: (identifier) @variable)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue