Fix'd comment-doc not working in C/C++
This commit is contained in:
parent
ce1e49aa91
commit
495ea8f46b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ var c_cppHighlightRules = function() {
|
|||
token : "comment",
|
||||
regex : "\\/\\/.*$"
|
||||
},
|
||||
new DocCommentHighlightRules().getStartRule("start"),
|
||||
new DocCommentHighlightRules().getStartRule("doc-start"),
|
||||
{
|
||||
token : "comment", // multi line comment
|
||||
regex : "\\/\\*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue