Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.11 KB

File metadata and controls

25 lines (17 loc) · 1.11 KB

rascript-syntax

Syntax Highlighting for RAScript

This package defines the grammar syntax for RATools DSL language: RAScript

Quickstart

run make generate to create the grammar files in the gen folder. The currently supported files are:

  • rascript.tmLanguage.json -- vscode, linguist
  • rascript.tmLanguage -- sublime
  • RAScript.xml -- Notepad++
  • rascript.js -- highlight.js

Download

Grab the latest generated files on the release page.

Projects Using rascript-syntax