UNPKG

highlightjs-apex

Version:

Apex Language of Salesforce highlighting plugin for highlight.js

45 lines (44 loc) 1.07 kB
{ "name": "highlightjs-apex", "version": "1.5.0", "description": "Apex Language of Salesforce highlighting plugin for highlight.js", "main": "src/languages/apex.js", "scripts": { "test": "mocha --reporter spec", "mocha": "mocha test/markup", "prettier:verify": "prettier --list-different \"{test,src,demo,scripts}/**/*\"", "prettier": "prettier --write \"{test,src,demo,scripts}/**/*\"" }, "repository": { "type": "git", "url": "git+https://github.com/highlightjs/highlightjs-apex.git" }, "keywords": [ "Apex", "Salesforce", "hljs", "highlightjs", "highlight.js" ], "files": [ "assets", "dist", "src", "CHANGELOG.md" ], "author": "David Schach (https://github.com/dschach)", "license": "MIT", "bugs": { "url": "https://github.com/highlightjs/highlightjs-apex/issues" }, "homepage": "https://github.com/highlightjs/highlightjs-apex#readme", "dependencies": { "@highlightjs/cdn-assets": "^11.11.1" }, "devDependencies": { "minimist": "^1.2.8", "mocha": "^11.1.0", "prettier": "3.5.3", "should": "^13.2.3" } }