aboutsummaryrefslogtreecommitdiffstats
path: root/queries/sql
Commit message (Collapse)AuthorAgeFilesLines
* highlights(sql): update highlight queriesv0.8.4Matthias Queitsch2023-02-201-20/+63
| | | | | | | | | | | | | | | | | | | | highlights(sql): add bool, attributes, conditionals highlights(sql): add builtins highlights(sql): add parameters highlights(sql): add temp table attribute update sql highlights; add floats bump sql version bump upstream sql version highlights(sql): fix float regex fix upstream changes; bump sql version
* sql: update parser and query (#3820)Derek Stride2022-11-181-0/+3
| | | Add better `term` nodes in the select expression
* highlights(sql): remove grouped keywordMatthias Queitsch2022-09-141-2/+1
|
* highlights(sql): removed duplicate keywords, added new keyword, hashingMatthias Queitsch2022-09-141-7/+12
| | | | as function.calls
* highlights(sql): missing keyword & marginaliaderekstride2022-09-081-2/+2
|
* removed duplicated kw, start capturing subtree earlierMatthias Queitsch2022-09-081-3/+3
|
* change table_expression -> table_referenceMatthias Queitsch2022-09-081-2/+2
|
* account for added and renamed keywordsMatthias Queitsch2022-08-291-2/+7
|
* SQL highlight queries rely on latest parser ASTderekstride2022-08-051-5/+4
|
* Split func/method definition from calls in several programming language querieslfenzo2022-08-031-2/+2
|
* Highlight sql comments (#3178)Robert Liebowitz2022-07-141-0/+1
|
* Update lockfile and highlight queriesderekstride2022-07-081-5/+78
|
* Initial SQL supportderekstride2022-07-082-0/+104