Skip to content

Commit

Permalink
Add doc for new language support to reduce redundant issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartinson committed Jul 23, 2018
1 parent ebad4d4 commit 4cc0993
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# react-highlight

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

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

Expand Down Expand Up @@ -66,3 +66,7 @@ This is especially usefull if html with multiple code snippets is generated from
{"html with multiple code snippets"}
</Highlight>
```

### Adding Additional Language Support

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 comments on commit 4cc0993

Please sign in to comment.