UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

11 lines 178 B
module.exports = function(hljs) { return { subLanguage: 'xml', contains: [ { begin: '<%', end: '%>', subLanguage: 'vbscript' } ] }; };