feat(sql): update queries for newly added keywords

This commit is contained in:
Matthias Q 2023-07-18 08:39:36 +02:00 committed by GitHub
parent 44211e7f6e
commit e75b795f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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)

View file

@ -5,6 +5,7 @@
(case)
(subquery)
(insert)
(when_clause)
] @indent.begin
(block