mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
sql: update parser and query (#3820)
Add better `term` nodes in the select expression
This commit is contained in:
parent
dc27512e00
commit
9705316fff
2 changed files with 4 additions and 1 deletions
|
|
@ -24,6 +24,9 @@
|
|||
table_alias: (identifier) @variable
|
||||
name: (identifier) @field)
|
||||
|
||||
(term
|
||||
alias: (identifier) @variable)
|
||||
|
||||
(literal) @string
|
||||
(comment) @comment
|
||||
(marginalia) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue