mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-28 16:54:04 +08:00
Add Nim language (code) (#3810) j-james
This commit is contained in:
parent
bdd6ce0ffa
commit
b8ad75b0b4
4 changed files with 8585 additions and 0 deletions
|
@ -407,6 +407,7 @@
|
|||
"code_julia",
|
||||
"code_haskell",
|
||||
"code_html",
|
||||
"code_nim",
|
||||
"code_pascal",
|
||||
"code_java",
|
||||
"code_kotlin",
|
||||
|
|
|
@ -230,6 +230,7 @@
|
|||
,"code_julia"
|
||||
,"code_haskell"
|
||||
,"code_html"
|
||||
,"code_nim"
|
||||
,"code_pascal"
|
||||
,"code_java"
|
||||
,"code_kotlin"
|
||||
|
|
106
frontend/static/languages/code_nim.json
Normal file
106
frontend/static/languages/code_nim.json
Normal file
|
@ -0,0 +1,106 @@
|
|||
{
|
||||
"name": "code_nim",
|
||||
"leftToRight": true,
|
||||
"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",
|
||||
">",
|
||||
"<",
|
||||
">=",
|
||||
"<=",
|
||||
"=",
|
||||
"==",
|
||||
"+",
|
||||
"-",
|
||||
"*",
|
||||
"/",
|
||||
"^",
|
||||
"~",
|
||||
"&",
|
||||
"!",
|
||||
"$",
|
||||
"%",
|
||||
"?",
|
||||
":",
|
||||
"|",
|
||||
".",
|
||||
"..",
|
||||
"..<",
|
||||
"#",
|
||||
"=>",
|
||||
"->",
|
||||
"~>",
|
||||
"+=",
|
||||
"-=",
|
||||
"&="
|
||||
]
|
||||
}
|
8477
frontend/static/quotes/code_nim.json
Normal file
8477
frontend/static/quotes/code_nim.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue