mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)
|
||||
|
||||
(relation
|
||||
table_alias: (identifier) @variable)
|
||||
alias: (identifier) @variable)
|
||||
|
||||
(field
|
||||
table_alias: (identifier) @variable
|
||||
alias: (identifier) @variable
|
||||
name: (identifier) @field)
|
||||
|
||||
(term
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue