Fix'd warnings.
This commit is contained in:
parent
baddb0d5d3
commit
ce1e49aa91
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ var DocCommentHighlightRules = function() {
|
|||
regex : "@[\\w\\d_]+" // TODO: fix email addresses
|
||||
}, {
|
||||
token : "comment.doc",
|
||||
regex : "\s+"
|
||||
regex : "\\s+"
|
||||
}, {
|
||||
token : "comment.doc",
|
||||
regex : "TODO"
|
||||
|
|
@ -80,7 +80,7 @@ oop.inherits(DocCommentHighlightRules, TextHighlightRules);
|
|||
regex : "\\*\\/",
|
||||
next : start
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
}).call(DocCommentHighlightRules.prototype);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue