Skip to content

Commit

Permalink
add trace to the list of console functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Baylor Rae' committed Apr 2, 2013
1 parent c0ce677 commit f39e2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/CoffeeScript.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
</dict>
<dict>
<key>match</key>
<string>((?&lt;=console\.)(debug|warn|info|log|error|time|timeEnd|assert))\b</string>
<string>((?&lt;=console\.)(debug|warn|info|log|error|time|timeEnd|assert|trace))\b</string>
<key>name</key>
<string>support.function.console.coffee</string>
</dict>
Expand Down

0 comments on commit f39e2d1

Please sign in to comment.