File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ contexts:
2121 all|any|array|analy[sz]e|a?symmetric|authorization|at(?=\s+time\s+zone\b)|binary|both|by
2222 | (?<=\bat\s)time(?=\s+zone\b) | (?<=\btime\s)zone | (?<=\bdo\s)nothing | (?<=\bon\s)conflict | (?<=\bwith\s)ordinality
2323 | cast|cross|column|concurrently|collat(?:e|ion)|create|distinct|(?<!\bas\s)do
24- | except|excluded(?=\s*\.)|fetch|for(?:eign)?|freeze|full|group|intersect|into|inner|isnull
24+ | except|excluded(?=\s*\.)|fetch|filter(?=\s+\()| for(?:eign)?|freeze|full|group|intersect|into|inner|isnull
2525 | i[sn]|ilike|lateral|leading|left|natural|not(?:null)?|nullif|on(?:ly)?|offset|order|outer
2626 | over(?:laps)?|primary|recursive|returning|right|similar|some|table(?:sample)?|to|trailing
2727 | unnest|unique|user|variadic|verbose|window
Original file line number Diff line number Diff line change 1818-- ^ punctuation.accessor.dot
1919-- ^^^^^ constant.other.table-name
2020
21+ SELECT array_agg(vote) FILTER (WHERE vote IS NOT NULL ) FROM posts
22+ -- ^^^^^ variable.other
23+ -- ^^^^ keyword.other.DML
24+ -- ^^^^ constant.language.null
25+ -- ^^^ keyword.other
26+ -- ^^ keyword.other
27+ -- ^^^^ variable.other
28+ -- ^^^^^ keyword.other.DML
29+ -- ^^^^^^ keyword.other
30+ -- ^^^^ variable.other
31+ -- ^^^^^^^^^ variable.function
2132
2233-- Numbers
2334
You can’t perform that action at this time.
0 commit comments