mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -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
|
|
@ -333,7 +333,7 @@
|
||||||
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
|
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
|
||||||
},
|
},
|
||||||
"sql": {
|
"sql": {
|
||||||
"revision": "70c50264ae022193adb364ffa7a767d765ed9857"
|
"revision": "56d33747de8dad6cf92356245e8e8ea7a2654947"
|
||||||
},
|
},
|
||||||
"supercollider": {
|
"supercollider": {
|
||||||
"revision": "90c6d9f777d2b8c4ce497c48b5f270a44bcf3ea0"
|
"revision": "90c6d9f777d2b8c4ce497c48b5f270a44bcf3ea0"
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@
|
||||||
table_alias: (identifier) @variable
|
table_alias: (identifier) @variable
|
||||||
name: (identifier) @field)
|
name: (identifier) @field)
|
||||||
|
|
||||||
|
(term
|
||||||
|
alias: (identifier) @variable)
|
||||||
|
|
||||||
(literal) @string
|
(literal) @string
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
(marginalia) @comment
|
(marginalia) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue