fix doc comment highlighting
This commit is contained in:
parent
05cd13b45e
commit
7f3ed94cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ oop.inherits(DocCommentHighlightRules, TextHighlightRules);
|
|||
|
||||
this.getStartRule = function(start) {
|
||||
return {
|
||||
token : "doc-comment", // doc comment
|
||||
token : "comment.doc", // doc comment
|
||||
regex : "\\/\\*\\*",
|
||||
next: start
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue