1.0.0 • Published 6 years ago

prismjs-language-lrc v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

prismjs-language-lrc

LRC lyric syntax highlight for Prism.js

Installation

npm install prismjs-language-lrc

Usage

<link href="node_modules/prismjs/themes/prism.css" rel="stylesheet">
<script src="node_modules/prismjs/prism.js" type="text/javascript"></script>
<script src="node_modules/prismjs-language-lrc/prism-language-lrc.js" type="text/javascript"></script>
<pre>
<code class="language-lrc">

[ti:Let's Twist Again]
[ar:Chubby Checker oppure  Beatles, The]
[au:Written by Kal Mann / Dave Appell, 1961]
[al:Hits Of The 60's - Vol. 2 – Oldies]

[00:12.00]Naku Penda Piya-Naku Taka Piya-Mpenziwe
[00:15.30]Some more lyrics ...

</code>
</pre>