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: 00a04aa6c730554f954efe76ff6dd0f964908352 (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":"mGAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,SAAU,CACR,CACEC,UAAW,OACXC,MAAO,sBACPC,OAAQ,CACNC,IAAK,IACLC,YAAa","file":"highlight/clojure-repl.js?v=0aac83131ba0b9e6fe36","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":""}