highlights(sql): missing keyword & marginalia

This commit is contained in:
derekstride 2022-09-08 09:58:37 -04:00 committed by Christian Clason
parent 385d6afd66
commit 612af3061d

View file

@ -10,8 +10,6 @@
name: (identifier) @type)
(relation
(table_reference
name: (identifier) @type)
table_alias: (identifier) @variable)
(field
@ -20,6 +18,7 @@
(literal) @string
(comment) @comment
(marginalia) @comment
((literal) @number
(lua-match? @number "^%d+$"))
@ -143,6 +142,7 @@
(keyword_geography)
(keyword_box2d)
(keyword_box3d)
(keyword_only)
] @keyword
[