mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 10:31:22 +08:00
Added the F# programming language (#2978) devrusty
* Update _list.json * created code_fsharp.json * added code_fsharp * removed extra comma
This commit is contained in:
parent
e4c2b55907
commit
dc10abdb8c
3 changed files with 90 additions and 1 deletions
|
|
@ -311,7 +311,7 @@
|
|||
"code_c++",
|
||||
"code_dart",
|
||||
"code_brainfck",
|
||||
|
||||
"code_fsharp",
|
||||
"code_javascript",
|
||||
"code_javascript_1k",
|
||||
"code_html",
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@
|
|||
,"git"
|
||||
,"pig_latin"
|
||||
,"code_python"
|
||||
,"code_fsharp"
|
||||
,"code_c"
|
||||
,"code_csharp"
|
||||
,"code_css"
|
||||
|
|
|
|||
88
frontend/static/languages/code_fsharp.json
Normal file
88
frontend/static/languages/code_fsharp.json
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
{
|
||||
"name": "code_fsharp",
|
||||
"leftToRight": true,
|
||||
"words": [
|
||||
"abstract",
|
||||
"and",
|
||||
"as",
|
||||
"assert",
|
||||
"base",
|
||||
"begin",
|
||||
"break",
|
||||
"checked",
|
||||
"class",
|
||||
"component",
|
||||
"constraint",
|
||||
"continue",
|
||||
"default",
|
||||
"delegate",
|
||||
"do",
|
||||
"done",
|
||||
"downcast",
|
||||
"downto",
|
||||
"elif",
|
||||
"else",
|
||||
"end",
|
||||
"event",
|
||||
"exception",
|
||||
"external",
|
||||
"extern",
|
||||
"false",
|
||||
"finally",
|
||||
"fixed",
|
||||
"for",
|
||||
"fun",
|
||||
"function",
|
||||
"global",
|
||||
"if",
|
||||
"in",
|
||||
"include",
|
||||
"inherit",
|
||||
"inline",
|
||||
"interface",
|
||||
"lazy",
|
||||
"let",
|
||||
"match",
|
||||
"member",
|
||||
"mixin",
|
||||
"module",
|
||||
"mutable",
|
||||
"namespace",
|
||||
"new",
|
||||
"not",
|
||||
"null",
|
||||
"of",
|
||||
"open",
|
||||
"or",
|
||||
"override",
|
||||
"parallel",
|
||||
"private",
|
||||
"process",
|
||||
"protected",
|
||||
"public",
|
||||
"pure",
|
||||
"rec",
|
||||
"return",
|
||||
"sealed",
|
||||
"select",
|
||||
"static",
|
||||
"struct",
|
||||
"tailcall",
|
||||
"then",
|
||||
"to",
|
||||
"trait",
|
||||
"true",
|
||||
"try",
|
||||
"type",
|
||||
"upcast",
|
||||
"use",
|
||||
"val",
|
||||
"virtual",
|
||||
"void",
|
||||
"when",
|
||||
"while",
|
||||
"with",
|
||||
"yield",
|
||||
"const"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue