vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
42 lines (41 loc) • 797 B
JavaScript
var r, i;
function o() {
if (i) return r;
i = 1;
function n(e) {
return {
name: "Dockerfile",
aliases: ["docker"],
case_insensitive: !0,
keywords: [
"from",
"maintainer",
"expose",
"env",
"arg",
"user",
"onbuild",
"stopsignal"
],
contains: [
e.HASH_COMMENT_MODE,
e.APOS_STRING_MODE,
e.QUOTE_STRING_MODE,
e.NUMBER_MODE,
{
beginKeywords: "run cmd entrypoint volume add copy workdir label healthcheck shell",
starts: {
end: /[^\\]$/,
subLanguage: "bash"
}
}
],
illegal: "</"
};
}
return r = n, r;
}
export {
o as __require
};
//# sourceMappingURL=dockerfile.mjs.map