vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
96 lines (95 loc) • 1.57 kB
JavaScript
var n, e;
function c() {
if (e) return n;
e = 1;
function a(t) {
const o = [
"struct",
"enum",
"interface",
"union",
"group",
"import",
"using",
"const",
"annotation",
"extends",
"in",
"of",
"on",
"as",
"with",
"from",
"fixed"
], r = [
"Void",
"Bool",
"Int8",
"Int16",
"Int32",
"Int64",
"UInt8",
"UInt16",
"UInt32",
"UInt64",
"Float32",
"Float64",
"Text",
"Data",
"AnyPointer",
"AnyStruct",
"Capability",
"List"
], i = [
"true",
"false"
], s = {
variants: [
{ match: [
/(struct|enum|interface)/,
/\s+/,
t.IDENT_RE
] },
{ match: [
/extends/,
/\s*\(/,
t.IDENT_RE,
/\s*\)/
] }
],
scope: {
1: "keyword",
3: "title.class"
}
};
return {
name: "Cap’n Proto",
aliases: ["capnp"],
keywords: {
keyword: o,
type: r,
literal: i
},
contains: [
t.QUOTE_STRING_MODE,
t.NUMBER_MODE,
t.HASH_COMMENT_MODE,
{
className: "meta",
begin: /@0x[\w\d]{16};/,
illegal: /\n/
},
{
className: "symbol",
begin: /@\d+\b/
},
s
]
};
}
return n = a, n;
}
export {
c as __require
};
//# sourceMappingURL=capnproto.mjs.map