Skip to content

Commit 7c35a89

Browse files
authored
Fixed delimiter (#5885)
1 parent 82eab66 commit 7c35a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mode/plsql_highlight_rules.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
4141

4242
var plsqlHighlightRules = function() {
4343
var keywords = (
44-
"all|alter|and|any|array|arrow|as|asc|at|begin|between|by|case|check|clusters|cluster|colauth|columns|compress|connect|crash|create|cross|current|database|declare|default|delete|desc|distinct|drop|else|end|exception|exclusive|exists|fetch|form|for|foreign|from|goto|grant|group|having|identified|if|in|inner|indexes|index|insert|intersect|into|is|join|key|left|like|lock|minus|mode|natural|nocompress|not|nowait|null|of|on|option|or|order,overlaps|outer|primary|prior|procedure|public|range|record|references|resource|revoke|right|select|share|size|sql|start|subtype|tabauth|table|then|to|type|union|unique|update|use|values|view|views|when|where|with"
44+
"all|alter|and|any|array|arrow|as|asc|at|begin|between|by|case|check|clusters|cluster|colauth|columns|compress|connect|crash|create|cross|current|database|declare|default|delete|desc|distinct|drop|else|end|exception|exclusive|exists|fetch|form|for|foreign|from|goto|grant|group|having|identified|if|in|inner|indexes|index|insert|intersect|into|is|join|key|left|like|lock|minus|mode|natural|nocompress|not|nowait|null|of|on|option|or|order|overlaps|outer|primary|prior|procedure|public|range|record|references|resource|revoke|right|select|share|size|sql|start|subtype|tabauth|table|then|to|type|union|unique|update|use|values|view|views|when|where|with"
4545
);
4646

4747
var builtinConstants = (
@@ -107,4 +107,4 @@ var plsqlHighlightRules = function() {
107107

108108
oop.inherits(plsqlHighlightRules, TextHighlightRules);
109109

110-
exports.plsqlHighlightRules = plsqlHighlightRules;
110+
exports.plsqlHighlightRules = plsqlHighlightRules;

0 commit comments

Comments
 (0)