{ name = 'support.function.js.firebug'; match = '\.(warn|info|log|error|timeEnd|time|answer)\b';},answer was misspelled and the trailing \b was missing.Thanks. It was supposed to be "assert" but it was misspelled anyways ;)
{ name = 'support.function.js.firebug'; match = '\.(warn|info|log|error|timeEnd|time|answer)\b';},answer was misspelled and the trailing \b was missing.