use prism-tomorrow.css
This commit is contained in:
20
docs/_style/prism-master/composer.json
Normal file
20
docs/_style/prism-master/composer.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "PrismJS/prism",
|
||||
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
|
||||
"type": "component",
|
||||
"license": "MIT",
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"prism.js"
|
||||
],
|
||||
"styles": [
|
||||
"themes/prism.css"
|
||||
],
|
||||
"files": [
|
||||
"themes/*",
|
||||
"components/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user