emphase
Version:
Emphasize your syntax!
84 lines • 1.56 kB
JavaScript
var lang = {
name: "fs",
fnam: "F#",
kwds: [
"abstract",
"and",
"as",
"assert",
"base",
"begin",
"class",
"default",
"delegate",
"do",
"done",
"downcast",
"downto",
"elif",
"else",
"end",
"exception",
"extern",
"finally",
"fixed",
"for",
"fun",
"function",
"global",
"if",
"in",
"inherit",
"inline",
"interface",
"internal",
"lazy",
"let",
"match",
"member",
"module",
"mutable",
"namespace",
"new",
"not",
"of",
"open",
"or",
"override",
"private",
"public",
"rec",
"return",
"return!",
"select",
"static",
"struct",
"then",
"to",
"try",
"type",
"upcast",
"use",
"val",
"void",
"when",
"while",
"with",
"yield",
"const"
],
dcvn: [],
dcvs: [],
cmtb: [
{init: "/*", term: "*/", esc: "*"}
],
strb: [],
lval: [
"false",
"true",
"null"
],
strl: ["\"", "'"],
cmts: "//",
};
if (typeof window !== "undefined") { null==window._em_la_&&(window._em_la_={}),lang.name in Object.keys(window._em_la_)||(window._em_la_[lang.name]=lang); } else { module.exports = lang }