UNPKG

pondjs

Version:

A timeseries library build on top of immutable.js

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