UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

14 lines 272 B
module.exports = function(hljs) { return { subLanguage: 'xml', contains: [ hljs.COMMENT('<%#', '%>'), { begin: '<%[%=-]?', end: '[%-]?%>', subLanguage: 'ruby', excludeBegin: true, excludeEnd: true } ] }; };