UNPKG

preact-material-components

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