diff --git a/services/web/public/coffee/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.coffee b/services/web/public/coffee/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.coffee index 48870b9ba2..71b52a4f38 100644 --- a/services/web/public/coffee/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.coffee +++ b/services/web/public/coffee/ide/editor/directives/aceEditor/spell-check/SpellCheckManager.coffee @@ -251,11 +251,11 @@ define [ blacklistedCommandRegex: /// \\ # initial backslash (label # any of these commands - |[a-z]{0,2}ref + |[a-z]{0,16}ref |usepackage |begin |end - |[a-z]{0,2}cite + |[a-z]{0,16}cite |input |include |includegraphics)