Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 7 forks source link

Syntax not colorized issue #285

Closed rarodja closed 2 years ago

rarodja commented 2 years ago

Issue one: When you try to open and close lines of code in PHP, the last bracket is not colorized like first

Error

Issue two: A simple style in HTML is not colorized in green like a class for example

Issue M

Thank you so much.

rarodja commented 2 years ago

@Monokai any comment for this? Thanks.

rarodja commented 2 years ago

I add one more colorization error that I have found:

If you try to print inside a tag, in style for example, regardless of the style colorization bug I mentioned above, it doesn't colorize PHP's closing ">"

vscode

Monokai commented 2 years ago

The syntax definition of PHP doesn't seem to parse these tokens correctly, and this is why color schemes can't color them correctly. Color schemes depend on syntax definitions for styling.