We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ff964 commit 9588086Copy full SHA for 9588086
src/mode/pgsql_highlight_rules.js
@@ -53,7 +53,7 @@ var PgsqlHighlightRules = function() {
53
"unlogged|until|update|user|using|uuid|vacuum|valid|validate|validator|value|values|varbit|" +
54
"varchar|variadic|varying|verbose|version|view|void|volatile|when|where|whitespace|window|" +
55
"with|without|work|wrapper|write|xid|xml|xmlattributes|xmlconcat|xmlelement|xmlexists|" +
56
- "xmlforest|xmlparse|xmlpi|xmlroot|xmlserialize|year|yes|zone"
+ "xmlforest|xmlparse|xmlpi|xmlroot|xmlserialize|year|yes|zone|ties"
57
);
58
59
0 commit comments