formatting
This commit is contained in:
parent
38e3452313
commit
0216e8bbfd
1 changed files with 2 additions and 5 deletions
|
|
@ -51,8 +51,8 @@ var SqlHighlightRules = function() {
|
|||
);
|
||||
|
||||
var dataTypes = (
|
||||
"int|numeric|decimal|date|varchar|char|bigint|" +
|
||||
"float|double|bit|binary|text|set|timestamp|money|real|number"
|
||||
"int|numeric|decimal|date|varchar|char|bigint|float|double|bit|binary|text|set|timestamp|" +
|
||||
"money|real|number"
|
||||
);
|
||||
|
||||
var keywordMapper = this.createKeywordMapper({
|
||||
|
|
@ -94,9 +94,6 @@ var SqlHighlightRules = function() {
|
|||
}, {
|
||||
token : "text",
|
||||
regex : "\\s+"
|
||||
}, {
|
||||
token : "entity.name.function",
|
||||
regex : "\\s+"
|
||||
} ]
|
||||
};
|
||||
this.normalizeRules();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue