Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 965 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 965 Bytes

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.