@wenyanlang/highlight
v0.1.1
Published
Collection of syntax highlight for Wenyan Lang
Downloads
22
Readme
文言五色 - Syntax highlighters for Wenyan Lang
Check out the examples
Syntax highlighters
| Format | File | | --- | --- | | CodeMirror | codemirror.js | | Prism | prism.js | | TextMate Grammar | tmGrammar.json |
Highlight Themes
wenyan-light
| Format | File | | --- | --- | | CodeMirror | wenyan-light.codemirror.css | | Prism | wenyan-light.prism.css |
Usage
💡 Replace
codemirror
if you want to use different formats/editors
CDN
<!--Highlighter-->
<script src='https://cdn.jsdelivr.net/gh/wenyan-lang/highlight/codemirror.js'></script>
<!--Theme-->
<link rel='stylesheet' type='text/css' href='https://cdn.jsdelivr.net/gh/wenyan-lang/highlight/wenyan-light.codemirror.css'>
NPM
npm i @wenyanlang/highlight
require('@wenyanlang/highlight/codemirror')
// or
import '@wenyanlang/highlight/codemirror'
Build
The syntax highlighter are generated from the language syntax definition. Rebuild by
npm run build