mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
highlights(sql): missing keyword & marginalia
This commit is contained in:
parent
385d6afd66
commit
612af3061d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue