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

shell.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eadbb478d581a73d2a14bee1f48fab390182183c (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/shell.js"],"names":["module","exports","hljs","aliases","contains","className","begin","starts","end","subLanguage"],"mappings":"qFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,QAAS,CAAC,WACVC,SAAU,CACR,CACEC,UAAW,OACXC,MAAO,sCACPC,OAAQ,CACNC,IAAK,IAAKC,YAAa","file":"highlight/shell.js?v=2f494b4dfec931243d8b","sourcesContent":["module.exports = function(hljs) {\n  return {\n    aliases: ['console'],\n    contains: [\n      {\n        className: 'meta',\n        begin: '^\\\\s{0,3}[/\\\\w\\\\d\\\\[\\\\]()@-]*[>%$#]',\n        starts: {\n          end: '$', subLanguage: 'bash'\n        }\n      }\n    ]\n  }\n};"],"sourceRoot":""}