fixed reference error
This commit is contained in:
parent
9d33a06633
commit
889368019e
1 changed files with 1 additions and 1 deletions
|
|
@ -112,5 +112,5 @@ var YamlHighlightRules = function() {
|
|||
|
||||
oop.inherits(YamlHighlightRules, TextHighlightRules);
|
||||
|
||||
exports.YamlHighlightRules = JsonHighlightRules;
|
||||
exports.YamlHighlightRules = YamlHighlightRules;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue