mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(sql): update queries for newly added keywords
This commit is contained in:
parent
44211e7f6e
commit
e75b795f00
2 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
|||
(keyword_safe)
|
||||
(keyword_cost)
|
||||
(keyword_strict)
|
||||
(keyword_matched)
|
||||
] @attribute
|
||||
|
||||
[
|
||||
|
|
@ -112,6 +113,7 @@
|
|||
(keyword_delete)
|
||||
(keyword_create)
|
||||
(keyword_insert)
|
||||
(keyword_merge)
|
||||
(keyword_distinct)
|
||||
(keyword_replace)
|
||||
(keyword_update)
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
(case)
|
||||
(subquery)
|
||||
(insert)
|
||||
(when_clause)
|
||||
] @indent.begin
|
||||
|
||||
(block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue