@forwardemail/highlight-pug
v1.0.1
Published
Highlight pug while using `highlight.js`.
Readme
@forwardemail/highlight-pug
Highlight pug while using highlight.js.
Install
npm install @forwardemail/highlight-pugUsage
const highlightPug = require('@forwardemail/highlight-pug');
// <https://github.com/ztmd/highlight-pug/issues/1>
hljs.registerLanguage('pug', highlightPug);Note
For experiment, not test fully.
Syntax
- Doctype
- Inline Comment
- Variable(
#{...},${...}) - Selector(
tag,id,class) - Symbol(
=,,,:,?,!)
TODO
- [ ] Block comment
- [ ] Text
- [ ] Attribute
