jonschlinkert / sublime-monokai-extended

Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
https://github.com/jonschlinkert
MIT License
512 stars 91 forks source link

NodeJS class instanciation with callback wrong wolor #78

Open Maarethyu opened 7 years ago

Maarethyu commented 7 years ago

In NodeJS, when you instanciate a new class with multiple arguments it starts to freak out.

Here is an example of class and function, the function colors are correct, but the class colors aren't:

screenshot_2

Here is a non-exhaustive list of tokens that are green and shouldn't be: screenshot_1

Apart from this bug, amazing job I love it so much <3

jonschlinkert commented 7 years ago

related https://github.com/jonschlinkert/sublime-monokai-extended/issues/62

changes in ST core broke highlighting in a number of places. I still haven't had time to fix everything, but I'd be happy to merge prs if anyone is still experiencing these issues and wants to provide a fix.

jonschlinkert commented 5 years ago

Please see https://github.com/jonschlinkert/sublime-monokai-extended/pull/88.