vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
51 lines (50 loc) • 1.03 kB
JavaScript
var e, a;
function r() {
if (a) return e;
a = 1;
function i(n) {
return {
name: "Gherkin",
aliases: ["feature"],
keywords: "Feature Background Ability Business Need Scenario Scenarios Scenario Outline Scenario Template Examples Given And Then But When",
contains: [
{
className: "symbol",
begin: "\\*",
relevance: 0
},
{
className: "meta",
begin: "@[^@\\s]+"
},
{
begin: "\\|",
end: "\\|\\w*$",
contains: [
{
className: "string",
begin: "[^|]+"
}
]
},
{
className: "variable",
begin: "<",
end: ">"
},
n.HASH_COMMENT_MODE,
{
className: "string",
begin: '"""',
end: '"""'
},
n.QUOTE_STRING_MODE
]
};
}
return e = i, e;
}
export {
r as __require
};
//# sourceMappingURL=gherkin.mjs.map