commit
f8f277d79b
2 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ var %language%HighlightRules = function() {
|
|||
this.$rules =
|
||||
%languageTokens%
|
||||
|
||||
%respositoryRules%
|
||||
%repositoryRules%
|
||||
};
|
||||
|
||||
oop.inherits(%language%HighlightRules, TextHighlightRules);
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ function convertLanguage(name) {
|
|||
var languageHighlightRules = fillTemplate(modeHighlightTemplate, {
|
||||
language: languageNameSanitized,
|
||||
languageTokens: patterns,
|
||||
respositoryRules: "/*** START REPOSITORY RULES\n" + repository + "\nEND REPOSITORY RULES ***/",
|
||||
repositoryRules: "/*** START REPOSITORY RULES\n" + repository + "\nEND REPOSITORY RULES ***/",
|
||||
uuid: language.uuid,
|
||||
name: name
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue