We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d1f30 commit 09503eaCopy full SHA for 09503ea
README.md
@@ -11,6 +11,12 @@ Highlight.js plugin for display language of syntax highlight.
11
npm i highlightjs-lang.js
12
```
13
14
+#### Bower
15
+```
16
+bower install highlightjs-lang
17
18
+
19
20
## Usage
21
22
Download plugin and include file after highlight.js:
bower.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "highlightjs-lang.js",
3
+ "version": "1.0.0",
4
+ "homepage": "https://github.com/wcoder/highlightjs-lang.js.git",
5
+ "authors": [
6
+ "Yauheni Pakala <evgeniy.pakalo@gmail.com>"
7
+ ],
8
+ "description": "Highlight.js plugin for display language of syntax highlight.",
9
+ "keywords": [
10
+ "highlight"
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}
0 commit comments