0.1.1 • Published 5 years ago
@wenyanlang/highlight v0.1.1
文言五色 - 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
0.1.1
5 years ago
0.1.0
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.1
5 years ago
0.0.2
5 years ago
0.0.1-beta.10
6 years ago
0.0.1-beta.9
6 years ago
0.0.1-beta.8
6 years ago
0.0.1-beta.7
6 years ago
0.0.1-beta.6
6 years ago