fix detection of doc comments
This commit is contained in:
parent
729a8848d3
commit
3e1eb8d592
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ oop.inherits(DocCommentHighlightRules, TextHighlightRules);
|
|||
this.getStartRule = function(start) {
|
||||
return {
|
||||
token : "comment.doc", // doc comment
|
||||
regex : "\\/\\*\\*",
|
||||
regex : "\\/\\*(?=\\*)",
|
||||
next: start
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue