Skip to content

Commit

Permalink
fix: Added highlighting for TIES keyword introduced in PostgreSQL 13 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhnev authored Jan 24, 2023
1 parent 68ff964 commit 9588086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mode/pgsql_highlight_rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var PgsqlHighlightRules = function() {
"unlogged|until|update|user|using|uuid|vacuum|valid|validate|validator|value|values|varbit|" +
"varchar|variadic|varying|verbose|version|view|void|volatile|when|where|whitespace|window|" +
"with|without|work|wrapper|write|xid|xml|xmlattributes|xmlconcat|xmlelement|xmlexists|" +
"xmlforest|xmlparse|xmlpi|xmlroot|xmlserialize|year|yes|zone"
"xmlforest|xmlparse|xmlpi|xmlroot|xmlserialize|year|yes|zone|ties"
);


Expand Down

0 comments on commit 9588086

Please sign in to comment.