
d-code (pronounced 'decode') is a Visual Studio Code syntax highlighting grammar for the D programming language.
Based off the Sublime Text grammar by alexrp.
How to install
To install on 0.10.x and later, open the command palette and type
ext install d-code
To install on 0.9.x, navigate to the Visual Studio Code extensions directory:
- Windows:
%USERPROFILE%\.vscode\extensions
- Mac:
$HOME/.vscode/extensions
- Linux:
$HOME/.vscode/extensions
Then clone the repository:
$ git clone https://github.com/SirTony/vs.language.d
| |