vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
148 lines (147 loc) • 5.02 kB
JavaScript
var n, a;
function u() {
if (a) return n;
a = 1;
function l(e) {
const i = "foreach do while for if from to step else on-error and or not in", p = "global local beep delay put len typeof pick log time set find environment terminal error execute parse resolve toarray tobool toid toip toip6 tonum tostr totime", c = "add remove enable disable set get print export edit find run debug error info warning", s = "true false yes no nothing nil null", g = "traffic-flow traffic-generator firewall scheduler aaa accounting address-list address align area bandwidth-server bfd bgp bridge client clock community config connection console customer default dhcp-client dhcp-server discovery dns e-mail ethernet filter firmware gps graphing group hardware health hotspot identity igmp-proxy incoming instance interface ip ipsec ipv6 irq l2tp-server lcd ldp logging mac-server mac-winbox mangle manual mirror mme mpls nat nd neighbor network note ntp ospf ospf-v3 ovpn-server page peer pim ping policy pool port ppp pppoe-client pptp-server prefix profile proposal proxy queue radius resource rip ripng route routing screen script security-profiles server service service-port settings shares smb sms sniffer snmp snooper socks sstp-server system tool tracking type upgrade upnp user-manager users user vlan secret vrrp watchdog web-access wireless pptp pppoe lan wan layer7-protocol lease simple raw", r = {
className: "variable",
variants: [
{ begin: /\$[\w\d#@][\w\d_]*/ },
{ begin: /\$\{(.*?)\}/ }
]
}, t = {
className: "string",
begin: /"/,
end: /"/,
contains: [
e.BACKSLASH_ESCAPE,
r,
{
className: "variable",
begin: /\$\(/,
end: /\)/,
contains: [e.BACKSLASH_ESCAPE]
}
]
}, o = {
className: "string",
begin: /'/,
end: /'/
};
return {
name: "MikroTik RouterOS script",
aliases: ["mikrotik"],
case_insensitive: !0,
keywords: {
$pattern: /:?[\w-]+/,
literal: s,
keyword: i + " :" + i.split(" ").join(" :") + " :" + p.split(" ").join(" :")
},
contains: [
{
// illegal syntax
variants: [
{
// -- comment
begin: /\/\*/,
end: /\*\//
},
{
// Stan comment
begin: /\/\//,
end: /$/
},
{
// HTML tags
begin: /<\//,
end: />/
}
],
illegal: /./
},
e.COMMENT("^#", "$"),
t,
o,
r,
// attribute=value
{
// > is to avoid matches with => in other grammars
begin: /[\w-]+=([^\s{}[\]()>]+)/,
relevance: 0,
returnBegin: !0,
contains: [
{
className: "attribute",
begin: /[^=]+/
},
{
begin: /=/,
endsWithParent: !0,
relevance: 0,
contains: [
t,
o,
r,
{
className: "literal",
begin: "\\b(" + s.split(" ").join("|") + ")\\b"
},
{
// Do not format unclassified values. Needed to exclude highlighting of values as built_in.
begin: /("[^"]*"|[^\s{}[\]]+)/
}
/*
{
// IPv4 addresses and subnets
className: 'number',
variants: [
{begin: IPADDR_wBITMASK+'(,'+IPADDR_wBITMASK+')*'}, //192.168.0.0/24,1.2.3.0/24
{begin: IPADDR+'-'+IPADDR}, // 192.168.0.1-192.168.0.3
{begin: IPADDR+'(,'+IPADDR+')*'}, // 192.168.0.1,192.168.0.34,192.168.24.1,192.168.0.1
]
},
{
// MAC addresses and DHCP Client IDs
className: 'number',
begin: /\b(1:)?([0-9A-Fa-f]{1,2}[:-]){5}([0-9A-Fa-f]){1,2}\b/,
},
*/
]
}
]
},
{
// HEX values
className: "number",
begin: /\*[0-9a-fA-F]+/
},
{
begin: "\\b(" + c.split(" ").join("|") + ")([\\s[(\\]|])",
returnBegin: !0,
contains: [
{
className: "built_in",
// 'function',
begin: /\w+/
}
]
},
{
className: "built_in",
variants: [
{ begin: "(\\.\\./|/|\\s)((" + g.split(" ").join("|") + ");?\\s)+" },
{
begin: /\.\./,
relevance: 0
}
]
}
]
};
}
return n = l, n;
}
export {
u as __require
};
//# sourceMappingURL=routeros.mjs.map