Commit graph

22 commits

Author SHA1 Message Date
Matthias Queitsch
27079f7060 highlights(sql): refactor count to generic invocation 2023-05-15 20:00:22 -04:00
Derek Stride
0ec48923e5
feat(sql): add more keywords 2023-05-08 17:40:33 -04:00
Matthias Queitsch
d546bcd1f1 highlights(sql): add full, any and some keywords 2023-03-31 06:13:45 -04:00
Trey Wood
5d85bdd883 update sql parser and highlights 2023-03-29 18:29:40 -04:00
Matthias Queitsch
97a354ff44 highlights(sql): add new keywords for views and defaults 2023-03-22 22:01:21 +01:00
Matthias Queitsch
fc1ca10bfb highlights(sql): add new keywords and datatypes 2023-03-08 17:32:22 -05:00
Matthias Queitsch
d4e48be88d highlights(sql): keywords as @storageclass 2023-03-04 06:14:31 -05:00
Matthias Queitsch
d382b41563 highlights(sql): added missing kwds, added @attribute and @type.qualifier kwds 2023-03-04 06:14:31 -05:00
Matthias Queitsch
e3a1ae4c4e highlights(sql): add missing keywords 2023-03-04 06:14:31 -05:00
Matthias Queitsch
c9d7f9c920 highlights(sql): update highlight queries
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
2023-02-20 22:47:45 -08:00
Derek Stride
9705316fff
sql: update parser and query (#3820)
Add better `term` nodes in the select expression
2022-11-18 14:20:39 +00:00
Matthias Queitsch
3aef8d60ae highlights(sql): remove grouped keyword 2022-09-14 08:22:21 +02:00
Matthias Queitsch
1c384edc57 highlights(sql): removed duplicate keywords, added new keyword, hashing
as function.calls
2022-09-14 08:22:21 +02:00
derekstride
612af3061d highlights(sql): missing keyword & marginalia 2022-09-08 21:13:17 +02:00
Matthias Queitsch
5b4fd6ba00 removed duplicated kw, start capturing subtree earlier 2022-09-08 17:44:21 +02:00
Matthias Queitsch
72eac1deeb change table_expression -> table_reference 2022-09-08 17:44:21 +02:00
Matthias Queitsch
6e0e03285a account for added and renamed keywords 2022-08-29 01:30:28 -07:00
derekstride
3832fde3ee SQL highlight queries rely on latest parser AST 2022-08-05 21:20:11 +02:00
lfenzo
c784720917 Split func/method definition from calls in several programming language queries 2022-08-03 12:05:30 -07:00
Robert Liebowitz
97a0322c63
Highlight sql comments (#3178) 2022-07-14 14:07:10 +00:00
derekstride
1b6debcf69 Update lockfile and highlight queries 2022-07-08 00:15:40 +02:00
derekstride
8927588e47 Initial SQL support 2022-07-08 00:15:40 +02:00