mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
fix(sql): table_alias -> alias
This commit is contained in:
parent
57a753186b
commit
cabbda88c9
1 changed files with 2 additions and 2 deletions
|
|
@ -18,10 +18,10 @@
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
|
|
||||||
(relation
|
(relation
|
||||||
table_alias: (identifier) @variable)
|
alias: (identifier) @variable)
|
||||||
|
|
||||||
(field
|
(field
|
||||||
table_alias: (identifier) @variable
|
alias: (identifier) @variable
|
||||||
name: (identifier) @field)
|
name: (identifier) @field)
|
||||||
|
|
||||||
(term
|
(term
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue