Fix failing test
This commit is contained in:
parent
b811f1dc3f
commit
6f17611ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ function Mode() {
|
|||
var highlighter = new Rules();
|
||||
this.$tokenizer = new Tokenizer(highlighter.getRules());
|
||||
this.$outdent = new Outdent();
|
||||
this.$keywordList = new Rules(rules.$keywordList);
|
||||
this.$keywordList = highlighter.$keywordList;
|
||||
this.foldingRules = new FoldMode();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue