bbenoist / vscode-qml

QML language support for VS Code
https://marketplace.visualstudio.com/items/bbenoist.qml
MIT License
32 stars 9 forks source link

Syntax highlighting incorrect #4

Open ac2021ca opened 8 years ago

ac2021ca commented 8 years ago

Using the default theme (Dark+), Installed plugin using the command [ext install qml] the plugin does not Highlight QtObjects, Items and Properties. This is using a fresh install of vscode (1.1.1).

puhiikt

bbenoist commented 8 years ago

Well noted. I will try to find a solution.
In the meantime, don't hesitate to propose a PR if you know how could it be fixed quickly.

What's strange is that some other themes are displaying class names "correctly":

image

Fredro commented 6 years ago

I'm also having this problem. Also with nested objects

image

jaynadeau commented 5 years ago

Any update on this issue?

sakgoyal commented 3 weeks ago

another issue is the import is not highlighted correctly if you remove the import version number. can that also be fixed please?