Fix'd comment-doc not working in C/C++

This commit is contained in:
Nate Lillich 2011-06-18 12:09:42 -07:00
commit 495ea8f46b

View file

@ -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 : "\\/\\*",