mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
fix(sql): table_reference -> object_reference
This commit is contained in:
parent
e58bbe83f9
commit
3db1a461b9
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
(keyword_group_concat)
|
(keyword_group_concat)
|
||||||
] @function.call
|
] @function.call
|
||||||
|
|
||||||
(table_reference
|
(object_reference
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
|
|
||||||
(relation
|
(relation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue