UNPKG

pondjs

Version:

A timeseries library build on top of immutable.js

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