1000ch / syntax-highlight

Code syntax highlight element.
https://1000ch.github.io/syntax-highlight
27 stars 3 forks source link

<syntax-highlight>

About

Code syntax highlight element.

Install

Using npm:

$ npm install syntax-highlight

Using bower:

$ bower install syntax-highlight

Usage

Import syntax-highlight.html.

<link rel='import' href='syntax-highlight.html'>

Put <syntax-highlight> tag including code.

<syntax-highlight><script>
  var foo = 'Hello!';
</script>
</syntax-highlight>

<syntax-highlight> behave such like <pre>.

Attributes

lang=<String>

Specify the code language.

http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html

theme=<String>

Select highlight theme.

https://highlightjs.org/static/demo/

License

MIT: http://1000ch.mit-license.org