Skip to content

Commit

Permalink
Merge pull request jashkenas#130 from BaylorRae/master
Browse files Browse the repository at this point in the history
Highlight `console.trace()`
  • Loading branch information
ttilley committed Apr 2, 2013
2 parents 69c7dee + f39e2d1 commit eba5754
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 @@ -510,7 +510,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 eba5754

Please sign in to comment.