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 d4008b0bcd..22f96a34d4 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 @@ -252,7 +252,7 @@ define [ return $.ajax options blankOutBlacklistedCommands: (line) -> - line.replace /\\label(\[[^\]]*\])?{[^}]*}/g, (command) -> + line.replace /\\(label|ref|usepackage|begin|end)(\[[^\]]*\])?{[^}]*}/g, (command) -> command = command.replace /{.*}/, (args) -> '{' + args.slice(1, args.length-1).split('').map((_char)-> '.').join('') + '}' command.replace /\[.*\]/, (args) ->