From f39e2d17db6ec1005ccc68e171833d4aa855ecc2 Mon Sep 17 00:00:00 2001 From: Baylor Rae' Date: Tue, 2 Apr 2013 14:44:27 -0500 Subject: [PATCH] add trace to the list of console functions --- Syntaxes/CoffeeScript.tmLanguage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntaxes/CoffeeScript.tmLanguage b/Syntaxes/CoffeeScript.tmLanguage index fd87015..41bc5ed 100644 --- a/Syntaxes/CoffeeScript.tmLanguage +++ b/Syntaxes/CoffeeScript.tmLanguage @@ -432,7 +432,7 @@ match - ((?<=console\.)(debug|warn|info|log|error|time|timeEnd|assert))\b + ((?<=console\.)(debug|warn|info|log|error|time|timeEnd|assert|trace))\b name support.function.console.coffee