Skip to content

Commit 4cc0993

Browse files
committed
Add doc for new language support to reduce redundant issues
1 parent ebad4d4 commit 4cc0993

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-highlight
22

3-
React component for syntax highlighting using highlight.js
3+
React component for syntax highlighting using [highlight.js](https://github.com/highlightjs/highlight.js)
44

55
![Build Status](https://travis-ci.org/akiran/react-highlight.svg?branch=master)
66

@@ -66,3 +66,7 @@ This is especially usefull if html with multiple code snippets is generated from
6666
{"html with multiple code snippets"}
6767
</Highlight>
6868
```
69+
70+
### Adding Additional Language Support
71+
72+
All language highlighting support comes from [highlight.js](https://github.com/highlightjs/highlight.js). Changes must be merged and released there before they are supported in react-highlight. When a new highlight.js version has been released, submit a PR or issue to bump the dependency version.

0 commit comments

Comments
 (0)