Syntax highlight for .qss in VSCode
-
HI, I need to modify some .qss files and want to use Microsoft's VSCode for this. How would I set up the syntax highlighting, so my text is not displayed in a single colour?
I'm not a developer myself, so could use more detailed pointers.@Hologram
Hello and welcome.If by
.qssyou mean a CSS file you are using in your Qt application then you would want whatever syntax highlighting VS code already offers for a.cssfile. You can probably tell it to do so by adding.qssto wherever it knows about.cssfiles.