vue-files-preview-inno
Version:
A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
67 lines (66 loc) • 1.26 kB
JavaScript
var i, n;
function l() {
if (n) return i;
n = 1;
function r(e) {
return {
name: "Clean",
aliases: [
"icl",
"dcl"
],
keywords: {
keyword: [
"if",
"let",
"in",
"with",
"where",
"case",
"of",
"class",
"instance",
"otherwise",
"implementation",
"definition",
"system",
"module",
"from",
"import",
"qualified",
"as",
"special",
"code",
"inline",
"foreign",
"export",
"ccall",
"stdcall",
"generic",
"derive",
"infix",
"infixl",
"infixr"
],
built_in: "Int Real Char Bool",
literal: "True False"
},
contains: [
e.C_LINE_COMMENT_MODE,
e.C_BLOCK_COMMENT_MODE,
e.APOS_STRING_MODE,
e.QUOTE_STRING_MODE,
e.C_NUMBER_MODE,
{
// relevance booster
begin: "->|<-[|:]?|#!?|>>=|\\{\\||\\|\\}|:==|=:|<>"
}
]
};
}
return i = r, i;
}
export {
l as __require
};
//# sourceMappingURL=clean.mjs.map