This commit is contained in:
105
frontend/static/languages/code_nim.json
Normal file
105
frontend/static/languages/code_nim.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"name": "code_nim",
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"addr",
|
||||
"and",
|
||||
"as",
|
||||
"asm",
|
||||
"bind",
|
||||
"block",
|
||||
"break",
|
||||
"case",
|
||||
"cast",
|
||||
"concept",
|
||||
"const",
|
||||
"continue",
|
||||
"converter",
|
||||
"defer",
|
||||
"discard",
|
||||
"distinct",
|
||||
"div",
|
||||
"do",
|
||||
"elif",
|
||||
"else",
|
||||
"end",
|
||||
"enum",
|
||||
"except",
|
||||
"export",
|
||||
"finally",
|
||||
"for",
|
||||
"from",
|
||||
"func",
|
||||
"if",
|
||||
"import",
|
||||
"in",
|
||||
"include",
|
||||
"interface",
|
||||
"is",
|
||||
"isnot",
|
||||
"iterator",
|
||||
"let",
|
||||
"macro",
|
||||
"method",
|
||||
"mixin",
|
||||
"mod",
|
||||
"nil",
|
||||
"not",
|
||||
"notin",
|
||||
"object",
|
||||
"of",
|
||||
"or",
|
||||
"out",
|
||||
"proc",
|
||||
"ptr",
|
||||
"raise",
|
||||
"ref",
|
||||
"return",
|
||||
"shl",
|
||||
"shr",
|
||||
"static",
|
||||
"template",
|
||||
"try",
|
||||
"tuple",
|
||||
"type",
|
||||
"using",
|
||||
"var",
|
||||
"when",
|
||||
"while",
|
||||
"xor",
|
||||
"yield",
|
||||
"bool",
|
||||
"int",
|
||||
"char",
|
||||
"string",
|
||||
">",
|
||||
"<",
|
||||
">=",
|
||||
"<=",
|
||||
"=",
|
||||
"==",
|
||||
"+",
|
||||
"-",
|
||||
"*",
|
||||
"/",
|
||||
"^",
|
||||
"~",
|
||||
"&",
|
||||
"!",
|
||||
"$",
|
||||
"%",
|
||||
"?",
|
||||
":",
|
||||
"|",
|
||||
".",
|
||||
"..",
|
||||
"..<",
|
||||
"#",
|
||||
"=>",
|
||||
"->",
|
||||
"~>",
|
||||
"+=",
|
||||
"-=",
|
||||
"&="
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user