syntax-highlight

1.0.0 • Public • Published

<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

Package Sidebar

Install

npm i syntax-highlight

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • 1000ch