Result of misspellings run.
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
This commit is contained in:
parent
a96e0ec57e
commit
415bade302
33 changed files with 43 additions and 43 deletions
|
@ -382,7 +382,7 @@ var JavaScriptHighlightRules = function() {
|
|||
}
|
||||
],
|
||||
// regular expressions are only allowed after certain tokens. This
|
||||
// makes sure we don't mix up regexps with the divison operator
|
||||
// makes sure we don't mix up regexps with the division operator
|
||||
"regex_allowed": [
|
||||
DocCommentHighlightRules.getStartRule("doc-start"),
|
||||
{
|
||||
|
@ -2477,4 +2477,4 @@ oop.inherits(LuaPageHighlightRules, HtmlHighlightRules);
|
|||
|
||||
exports.LuaPageHighlightRules = LuaPageHighlightRules;
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue