VSC picaxe.plist definition of color constants

sefino

New Member
Hello,
I started using Visual Studio Code for programming. I downloaded the picaxe-vscode.zip package and compilers. I wrote my own tasks.json version 2.0.0 you have the old one for version 0.1.0. Everything works perfectly. But i need to change some highlighting colors of the code. Nowhere on the web can I find the color definitions that are used in the picaxe.plist file.
purple: keyword.control.asp
brown: string.quoted.double.asp
etc...
Where all colors are described, please? I need to distinguish the color of a variable from the method name, etc.
Thanks you very much.
 
Top