AndreOneti / qml-formatter

Formatter, definition and autocomplete for QML language
MIT License
17 stars 2 forks source link

Highlight block comments #20

Closed alvinhochun closed 2 years ago

alvinhochun commented 2 years ago

Block comments /* ... */ are not highlighted correctly.

AndreOneti commented 2 years ago

what would be the problem?

Could you explain better what is happening or what should happen?

alvinhochun commented 2 years ago

Hi, for a while they didn't get parsed or highlighted as comments. But I rechecked just now and they are highlighted correctly as comments. I don't really know what happened back then but this can be considered resolved.