mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 16:56:08 +10:00
Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages. It's very easy to use because it works automatically: finds blocks of code, detects a language, highlights it
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "highlight.js",
|
|
"filename": "highlight.min.js",
|
|
"version": "7.3",
|
|
"description": "Easy-to-use, Javascript-based syntax highlighter",
|
|
"homepage": "http://highlightjs.org",
|
|
"keywords": [
|
|
"highlight",
|
|
"syntax highlighter"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Diwaker Gupta"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/isagalaev/highlight.js"
|
|
}
|
|
]
|
|
}
|