mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)
|
||||
] @function.call
|
||||
|
||||
(table_reference
|
||||
(object_reference
|
||||
name: (identifier) @type)
|
||||
|
||||
(relation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue