UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

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