[CodeFactor] Apply fixes (#2595)

Co-authored-by: codefactor-io <support@codefactor.io>
This commit is contained in:
DecorativeFamily
2024-11-12 01:28:00 +03:30
committed by GitHub
parent 9f445686a4
commit 35df2a0505
6 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@
return scriptHint(editor, javascriptKeywords,
function (e, cur) {return e.getTokenAt(cur);},
options);
};
}
CodeMirror.registerHelper("hint", "javascript", javascriptHint);
function getCoffeeScriptToken(editor, cur) {