export style for doc comments
This commit is contained in:
parent
a58e3556b7
commit
dee4708658
2 changed files with 4 additions and 3 deletions
|
|
@ -77,5 +77,6 @@ oop.inherits(DocCommentHighlightRules, TextHighlightRules);
|
|||
|
||||
}).call(DocCommentHighlightRules.prototype);
|
||||
|
||||
return DocCommentHighlightRules;
|
||||
});
|
||||
exports.DocCommentHighlightRules = DocCommentHighlightRules;
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ define(function(require, exports, module) {
|
|||
|
||||
var oop = require("ace/lib/oop").oop;
|
||||
var lang = require("ace/lib/lang").lang;
|
||||
var DocCommentHighlightRules = require("ace/mode/doc_comment_highlight_rules");
|
||||
var DocCommentHighlightRules = require("ace/mode/doc_comment_highlight_rules").DocCommentHighlightRules;
|
||||
var TextHighlightRules = require("ace/mode/text_highlight_rules");
|
||||
|
||||
JavaScriptHighlightRules = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue