mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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_safe)
|
||||||
(keyword_cost)
|
(keyword_cost)
|
||||||
(keyword_strict)
|
(keyword_strict)
|
||||||
|
(keyword_matched)
|
||||||
] @attribute
|
] @attribute
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
@ -112,6 +113,7 @@
|
||||||
(keyword_delete)
|
(keyword_delete)
|
||||||
(keyword_create)
|
(keyword_create)
|
||||||
(keyword_insert)
|
(keyword_insert)
|
||||||
|
(keyword_merge)
|
||||||
(keyword_distinct)
|
(keyword_distinct)
|
||||||
(keyword_replace)
|
(keyword_replace)
|
||||||
(keyword_update)
|
(keyword_update)
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
(case)
|
(case)
|
||||||
(subquery)
|
(subquery)
|
||||||
(insert)
|
(insert)
|
||||||
|
(when_clause)
|
||||||
] @indent.begin
|
] @indent.begin
|
||||||
|
|
||||||
(block
|
(block
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue