mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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)
|
||||
|
||||
(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
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue