sublime-better-coffeescript
sublime-better-coffeescript copied to clipboard
Could "console.dir" be added so it is highlighted similar to "console.log"?
Hi!
Would it be possible to add dir
here as well?
https://github.com/aponxi/sublime-better-coffeescript/blob/0b65011a96a474ccc255612a5202d43525822556/CoffeeScript.tmLanguage#L449
Resulting in: <string>((?<=console\.)(debug|warn|info|log|error|time|timeEnd|assert|dir))\b</string>
So console.dir
will be highlighted similar to console.log