Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clojure-repl.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c7ca8724c8d1491dd33c23228a0eef7cb1ecf5a (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/clojure-repl.js"],"names":["module","exports","hljs","contains","className","begin","starts","end","subLanguage"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CACR,CACEC,UAAW,OACXC,MAAO,sBACPC,OAAQ,CACNC,IAAK,IACLC,YAAa","file":"highlight/clojure-repl.js?v=610eabaae05a2cf6bd8e","sourcesContent":["module.exports = function(hljs) {\n  return {\n    contains: [\n      {\n        className: 'meta',\n        begin: /^([\\w.-]+|\\s*#_)?=>/,\n        starts: {\n          end: /$/,\n          subLanguage: 'clojure'\n        }\n      }\n    ]\n  }\n};"],"sourceRoot":""}