doc comment mode: added TODO
This commit is contained in:
parent
b777e08e1a
commit
c01b99180a
2 changed files with 6 additions and 3 deletions
|
|
@ -49,10 +49,13 @@ var DocCommentHighlightRules = function() {
|
|||
next : "start"
|
||||
}, {
|
||||
token : "comment.doc.tag",
|
||||
regex : "@[\\w\\d_]+"
|
||||
regex : "@[\\w\\d_]+" // TODO: fix email addresses
|
||||
}, {
|
||||
token : "comment.doc",
|
||||
regex : "\s+"
|
||||
}, {
|
||||
token : "comment.doc",
|
||||
regex : "TODO"
|
||||
}, {
|
||||
token : "comment.doc",
|
||||
regex : "[^@\\*]+"
|
||||
|
|
|
|||
|
|
@ -172,11 +172,11 @@ color:#D2A8A1;\
|
|||
}\
|
||||
\
|
||||
.ace-pastel-on-dark .ace_comment.ace_doc {\
|
||||
\
|
||||
color:A6C6FF;\
|
||||
}\
|
||||
\
|
||||
.ace-pastel-on-dark .ace_comment.ace_doc.ace_tag {\
|
||||
\
|
||||
color:A6C6FF;\
|
||||
}\
|
||||
\
|
||||
.ace-pastel-on-dark .ace_variable {\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue