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

dockerfile.js.map « highlight « js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab539a7ab43bcd3af3bb764bad733011ed1e3635 (plain)
1
{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/dockerfile.js"],"names":["module","exports","hljs","aliases","case_insensitive","keywords","contains","HASH_COMMENT_MODE","APOS_STRING_MODE","QUOTE_STRING_MODE","NUMBER_MODE","beginKeywords","starts","end","subLanguage","illegal"],"mappings":"oFAAAA,EAAOC,QAAU,SAASC,GACxB,MAAO,CACLC,QAAS,CAAC,UACVC,kBAAkB,EAClBC,SAAU,yDACVC,SAAU,CACRJ,EAAKK,kBACLL,EAAKM,iBACLN,EAAKO,kBACLP,EAAKQ,YACL,CACEC,cAAe,qEACfC,OAAQ,CACNC,IAAK,SACLC,YAAa,UAInBC,QAAS","file":"highlight/dockerfile.js?v=e1e38dd2bb7d42a1599a","sourcesContent":["module.exports = function(hljs) {\n  return {\n    aliases: ['docker'],\n    case_insensitive: true,\n    keywords: 'from maintainer expose env arg user onbuild stopsignal',\n    contains: [\n      hljs.HASH_COMMENT_MODE,\n      hljs.APOS_STRING_MODE,\n      hljs.QUOTE_STRING_MODE,\n      hljs.NUMBER_MODE,\n      {\n        beginKeywords: 'run cmd entrypoint volume add copy workdir label healthcheck shell',\n        starts: {\n          end: /[^\\\\]$/,\n          subLanguage: 'bash'\n        }\n      }\n    ],\n    illegal: '</'\n  }\n};"],"sourceRoot":""}