SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
439 stars 64 forks source link

Could "console.dir" be added so it is highlighted similar to "console.log"? #252

Closed hawkerboy7 closed 1 month ago

hawkerboy7 commented 1 year ago

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>((?&lt;=console\.)(debug|warn|info|log|error|time|timeEnd|assert|dir))\b</string> So console.dir will be highlighted similar to console.log