vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
48 lines (47 loc) • 845 B
JavaScript
var n, r;
function c() {
if (r) return n;
r = 1;
function t(e) {
const a = e.COMMENT(/\(\*/, /\*\)/), i = {
className: "attribute",
begin: /^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/
}, o = {
begin: /=/,
end: /[.;]/,
contains: [
a,
{
className: "meta",
begin: /\?.*\?/
},
{
// terminals
className: "string",
variants: [
e.APOS_STRING_MODE,
e.QUOTE_STRING_MODE,
{
begin: "`",
end: "`"
}
]
}
]
};
return {
name: "Extended Backus-Naur Form",
illegal: /\S/,
contains: [
a,
i,
o
]
};
}
return n = t, n;
}
export {
c as __require
};
//# sourceMappingURL=ebnf.mjs.map