highlightjs-spl
Version:
highlight.js syntax definition for the Splunk search processing language (SPL).
32 lines (31 loc) • 742 B
JSON
{
"name": "highlightjs-spl",
"version": "0.1.2",
"description": "highlight.js syntax definition for the Splunk search processing language (SPL).",
"main": "src/languages/spl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Wei Su <swsoyee@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swsoyee/highlightjs-spl.git"
},
"keywords": [
"splunk",
"search processing language",
"spl",
"highlight.js",
"highlightjs",
"syntax"
],
"bugs": {
"url": "https://github.com/swsoyee/highlightjs-spl/issues"
},
"homepage": "https://github.com/swsoyee/highlightjs-spl",
"files": [
"dist",
"src"
]
}