VS Code syntax highlighting extension for Ribbon Meta Language
Highlights files with .rml
extension
-
Run one of these in the repository root directory:
code --install-extension rml-syntax-0.1.0.vsix
npm run install-extension
(you will need npm, see below)
-
Restart any running VS Code instances
I recommend installing those with nvm
To do anything with npm
you will need to run npm install
at least once in the repository root directory
npm run build
npm run package
After these steps, you will need to do the install steps again.