UNPKG

tripledoc

Version:

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

14 lines 235 B
module.exports = function(hljs) { return { contains: [ { className: 'meta', begin: /^([\w.-]+|\s*#_)?=>/, starts: { end: /$/, subLanguage: 'clojure' } } ] } };