File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1- # highlightjs-rascript
1+ # highlightjs-rascript
2+
3+ [ highlight.js] ( https://highlightjs.org/ ) syntax definition for [ RATools] ( https://github.com/Jamiras/RATools ) DSL, RAScript
4+
5+ [ ![ GitHub License] ( https://img.shields.io/github/license/joshraphael/highlightjs-rascript )] ( https://github.com/joshraphael/highlightjs-rascript/blob/main/LICENSE )
6+ [ ![ test] ( https://github.com/joshraphael/highlightjs-rascript/actions/workflows/test.yaml/badge.svg )] ( https://github.com/joshraphael/highlightjs-rascript/actions/workflows/test.yaml )
7+ [ ![ GitHub Tag] ( https://img.shields.io/github/v/tag/joshraphael/highlightjs-rascript )] ( https://github.com/joshraphael/highlightjs-rascript/tags )
8+ [ ![ GitHub repo size] ( https://img.shields.io/github/repo-size/joshraphael/highlightjs-rascript )] ( https://github.com/joshraphael/highlightjs-rascript/archive/main.zip )
9+
10+ ## Commands:
11+
12+ | Title| Command| Parameters| Description|
13+ | -| -| -| -|
14+ | Test| ` make test ` | None| Test the rascript highlightjs module|
15+ | Generate| ` make gen ` | None| Generate the distribution Javascript of the rascript highlightjs pacakge|
16+ | Upgrade rascript-syntax| ` make upgrade ` | None| Upgrade the rascript-syntax version|
17+ | Run| ` make run ` | None| Build and start simple http webserver with example RAScript syntax (using auto-detection)|
You can’t perform that action at this time.
0 commit comments