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