diff --git a/services/web/frontend/js/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.js b/services/web/frontend/js/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.js index bc79bd028e..4d3a7ece66 100644 --- a/services/web/frontend/js/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.js +++ b/services/web/frontend/js/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.js @@ -30,6 +30,13 @@ const IGNORED_MISSPELLINGS = [ 'ShareLaTeX', 'sharelatex', 'LaTeX', + 'TeX', + 'BibTeX', + 'BibLaTeX', + 'XeTeX', + 'XeLaTeX', + 'LuaTeX', + 'LuaLaTeX', 'http', 'https', 'www',