File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ Highlight.js plugin for display language of syntax highlight.
11
11
npm i highlightjs-lang.js
12
12
```
13
13
14
+ #### Bower
15
+ ```
16
+ bower install highlightjs-lang
17
+ ```
18
+
19
+
14
20
## Usage
15
21
16
22
Download plugin and include file after highlight.js:
Original file line number Diff line number Diff line change
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 <[email protected] >"
7
+ ],
8
+ "description" : " Highlight.js plugin for display language of syntax highlight." ,
9
+ "keywords" : [
10
+ " highlight"
11
+ ],
12
+ "license" : " MIT" ,
13
+ "ignore" : [
14
+ " **/.*" ,
15
+ " node_modules" ,
16
+ " bower_components" ,
17
+ " test" ,
18
+ " tests"
19
+ ]
20
+ }
You can’t perform that action at this time.
0 commit comments