@leitmotif-dev/highlightjs-pbxproj
Version:
highlight.js grammar for Apple Xcode Project (.pbxproj) files
27 lines (26 loc) • 713 B
JSON
{
"name": "@leitmotif-dev/highlightjs-pbxproj",
"version": "1.0.2",
"description": "highlight.js grammar for Apple Xcode Project (.pbxproj) files",
"main": "src/pbxproj.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/leitmotif-dev/highlightjs-pbxproj.git"
},
"keywords": [
"pbxproj",
"Xcode",
"highlight.js",
"highlightjs",
"syntax"
],
"author": "Leitmotif GmbH <hello@leitmotif.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leitmotif-dev/highlightjs-pbxproj/issues"
},
"homepage": "https://github.com/leitmotif-dev/highlightjs-pbxproj#readme"
}