highlights(sql): add full, any and some keywords

This commit is contained in:
Matthias Queitsch 2023-03-30 08:21:42 +02:00 committed by Amaan Qureshi
parent 09275650b8
commit d546bcd1f1

View file

@ -120,6 +120,7 @@
(keyword_right)
(keyword_outer)
(keyword_inner)
(keyword_full)
(keyword_order)
(keyword_partition)
(keyword_group)
@ -160,6 +161,8 @@
(keyword_owner)
(keyword_union)
(keyword_all)
(keyword_any)
(keyword_some)
(keyword_except)
(keyword_intersect)
(keyword_returning)