UNPKG

vue-files-preview-inno

Version:

A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.

250 lines (249 loc) 6.54 kB
var b, _; function m() { if (_) return b; _ = 1; var n = "[0-9](_*[0-9])*", a = `\\.(${n})`, i = "[0-9a-fA-F](_*[0-9a-fA-F])*", g = { className: "number", variants: [ // DecimalFloatingPointLiteral // including ExponentPart { begin: `(\\b(${n})((${a})|\\.)?|(${a}))[eE][+-]?(${n})[fFdD]?\\b` }, // excluding ExponentPart { begin: `\\b(${n})((${a})[fFdD]?\\b|\\.([fFdD]\\b)?)` }, { begin: `(${a})[fFdD]?\\b` }, { begin: `\\b(${n})[fFdD]\\b` }, // HexadecimalFloatingPointLiteral { begin: `\\b0[xX]((${i})\\.?|(${i})?\\.(${i}))[pP][+-]?(${n})[fFdD]?\\b` }, // DecimalIntegerLiteral { begin: "\\b(0|[1-9](_*[0-9])*)[lL]?\\b" }, // HexIntegerLiteral { begin: `\\b0[xX](${i})[lL]?\\b` }, // OctalIntegerLiteral { begin: "\\b0(_*[0-7])*[lL]?\\b" }, // BinaryIntegerLiteral { begin: "\\b0[bB][01](_*[01])*[lL]?\\b" } ], relevance: 0 }; function u(e) { const c = { keyword: "abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual", built_in: "Byte Short Char Int Long Boolean Float Double Void Unit Nothing", literal: "true false null" }, D = { className: "keyword", begin: /\b(break|continue|return|this)\b/, starts: { contains: [ { className: "symbol", begin: /@\w+/ } ] } }, O = { className: "symbol", begin: e.UNDERSCORE_IDENT_RE + "@" }, o = { className: "subst", begin: /\$\{/, end: /\}/, contains: [e.C_NUMBER_MODE] }, N = { className: "variable", begin: "\\$" + e.UNDERSCORE_IDENT_RE }, t = { className: "string", variants: [ { begin: '"""', end: '"""(?=[^"])', contains: [ N, o ] }, // Can't use built-in modes easily, as we want to use STRING in the meta // context as 'meta-string' and there's no syntax to remove explicitly set // classNames in built-in modes. { begin: "'", end: "'", illegal: /\n/, contains: [e.BACKSLASH_ESCAPE] }, { begin: '"', end: '"', illegal: /\n/, contains: [ e.BACKSLASH_ESCAPE, N, o ] } ] }; o.contains.push(t); const E = { className: "meta", begin: "@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*" + e.UNDERSCORE_IDENT_RE + ")?" }, l = { className: "meta", begin: "@" + e.UNDERSCORE_IDENT_RE, contains: [ { begin: /\(/, end: /\)/, contains: [ e.inherit(t, { className: "string" }), "self" ] } ] }, R = g, s = e.COMMENT( "/\\*", "\\*/", { contains: [e.C_BLOCK_COMMENT_MODE] } ), r = { variants: [ { className: "type", begin: e.UNDERSCORE_IDENT_RE }, { begin: /\(/, end: /\)/, contains: [] // defined later } ] }, d = r; return d.variants[1].contains = [r], r.variants[1].contains = [d], { name: "Kotlin", aliases: [ "kt", "kts" ], keywords: c, contains: [ e.COMMENT( "/\\*\\*", "\\*/", { relevance: 0, contains: [ { className: "doctag", begin: "@[A-Za-z]+" } ] } ), e.C_LINE_COMMENT_MODE, s, D, O, E, l, { className: "function", beginKeywords: "fun", end: "[(]|$", returnBegin: !0, excludeEnd: !0, keywords: c, relevance: 5, contains: [ { begin: e.UNDERSCORE_IDENT_RE + "\\s*\\(", returnBegin: !0, relevance: 0, contains: [e.UNDERSCORE_TITLE_MODE] }, { className: "type", begin: /</, end: />/, keywords: "reified", relevance: 0 }, { className: "params", begin: /\(/, end: /\)/, endsParent: !0, keywords: c, relevance: 0, contains: [ { begin: /:/, end: /[=,\/]/, endsWithParent: !0, contains: [ r, e.C_LINE_COMMENT_MODE, s ], relevance: 0 }, e.C_LINE_COMMENT_MODE, s, E, l, t, e.C_NUMBER_MODE ] }, s ] }, { begin: [ /class|interface|trait/, /\s+/, e.UNDERSCORE_IDENT_RE ], beginScope: { 3: "title.class" }, keywords: "class interface trait", end: /[:\{(]|$/, excludeEnd: !0, illegal: "extends implements", contains: [ { beginKeywords: "public protected internal private constructor" }, e.UNDERSCORE_TITLE_MODE, { className: "type", begin: /</, end: />/, excludeBegin: !0, excludeEnd: !0, relevance: 0 }, { className: "type", begin: /[,:]\s*/, end: /[<\(,){\s]|$/, excludeBegin: !0, returnEnd: !0 }, E, l ] }, t, { className: "meta", begin: "^#!/usr/bin/env", end: "$", illegal: ` ` }, R ] }; } return b = u, b; } export { m as __require }; //# sourceMappingURL=kotlin.mjs.map