Skip to content

Commit 9588086

Browse files
authored
fix: Added highlighting for TIES keyword introduced in PostgreSQL 13 (#5033)
1 parent 68ff964 commit 9588086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mode/pgsql_highlight_rules.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var PgsqlHighlightRules = function() {
5353
"unlogged|until|update|user|using|uuid|vacuum|valid|validate|validator|value|values|varbit|" +
5454
"varchar|variadic|varying|verbose|version|view|void|volatile|when|where|whitespace|window|" +
5555
"with|without|work|wrapper|write|xid|xml|xmlattributes|xmlconcat|xmlelement|xmlexists|" +
56-
"xmlforest|xmlparse|xmlpi|xmlroot|xmlserialize|year|yes|zone"
56+
"xmlforest|xmlparse|xmlpi|xmlroot|xmlserialize|year|yes|zone|ties"
5757
);
5858

5959

0 commit comments

Comments
 (0)