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.
1111npm i highlightjs-lang.js
1212```
1313
14+ #### Bower
15+ ```
16+ bower install highlightjs-lang
17+ ```
18+
19+
1420## Usage
1521
1622Download 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 <evgeniy.pakalo@gmail.com>"
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