highlightjs-chaos
Version:
highlight.js syntax definition for the Chaos language
26 lines (25 loc) • 662 B
JSON
{
"name": "highlightjs-chaos",
"version": "0.0.10",
"description": "highlight.js syntax definition for the Chaos language",
"main": "src/languages/chaos.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chaos-lang/highlightjs-chaos.git"
},
"keywords": [
"chaos",
"highlight.js",
"highlightjs",
"syntax"
],
"author": "M. Mert Yildiran <me@mertyildiran.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chaos-lang/highlightjs-chaos/issues"
},
"homepage": "https://github.com/chaos-lang/highlightjs-chaos"
}