mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
change table_expression -> table_reference
This commit is contained in:
parent
9b13872f19
commit
72eac1deeb
2 changed files with 3 additions and 3 deletions
|
|
@ -315,7 +315,7 @@
|
|||
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
|
||||
},
|
||||
"sql": {
|
||||
"revision": "f83c41287b75f51dab6dd4e86014077c67627725"
|
||||
"revision": "b032eaa5122e70cd4b012e2272eb357e1971ddc7"
|
||||
},
|
||||
"supercollider": {
|
||||
"revision": "90c6d9f777d2b8c4ce497c48b5f270a44bcf3ea0"
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
name: (identifier) @function.call
|
||||
parameter: [(field)]? @parameter)
|
||||
|
||||
(table_expression
|
||||
(table_reference
|
||||
name: (identifier) @type)
|
||||
|
||||
(table_expression
|
||||
(table_reference
|
||||
name: (identifier) @type
|
||||
table_alias: (identifier) @variable)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue