How to edit colors of syntax highlight in Code-D for VS Code

WebFreak001 d.forum at webfreak.org
Wed Apr 3 20:08:53 UTC 2019


On Wednesday, 3 April 2019 at 08:56:22 UTC, Andrey wrote:
> Hello,
> How to edit colors of syntax highlight in Code-D for VS Code 
> (https://github.com/Pure-D/code-d)?
> Where colors, where indents, where spaces setup?
> Notepad++ can do it.

hi, I think the only way to edit the syntax highlighting in VS 
Code is to edit the plugin itself (for code-d this would be at 
https://github.com/Pure-D/code-d/blob/master/syntaxes/d.json)

See also: 
https://stackoverflow.com/questions/40175795/how-to-add-keywords-syntax-highlighting-to-language-extension (the changes are not permanent and not really good to maintain, try getting them in upstream instead)


More information about the Digitalmars-d-ide mailing list