Skip to content

Rml syntax highlighting extension for VS Code

License

Notifications You must be signed in to change notification settings

ribbon-lang/vscode-rml-syntax

Repository files navigation

Rml Logo

Rml Syntax

VS Code syntax highlighting extension for Ribbon Meta Language

Usage

Highlights files with .rml extension

Install from repository

  1. 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)
  2. Restart any running VS Code instances

Build from source

You will need node/npm

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

  1. npm run build
  2. npm run package

After these steps, you will need to do the install steps again.

About

Rml syntax highlighting extension for VS Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published