sql: update parser and query (#3820)

Add better `term` nodes in the select expression
This commit is contained in:
Derek Stride 2022-11-18 09:20:39 -05:00 committed by GitHub
parent dc27512e00
commit 9705316fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -333,7 +333,7 @@
"revision": "05f949d3c1c15e3261473a244d3ce87777374dec"
},
"sql": {
"revision": "70c50264ae022193adb364ffa7a767d765ed9857"
"revision": "56d33747de8dad6cf92356245e8e8ea7a2654947"
},
"supercollider": {
"revision": "90c6d9f777d2b8c4ce497c48b5f270a44bcf3ea0"

View file

@ -24,6 +24,9 @@
table_alias: (identifier) @variable
name: (identifier) @field)
(term
alias: (identifier) @variable)
(literal) @string
(comment) @comment
(marginalia) @comment