mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 02:07:55 +08:00
feat: added golang keyword list
This commit is contained in:
parent
55a4e5b5a3
commit
d9e09907d1
2 changed files with 32 additions and 0 deletions
31
static/languages/code_go.json
Normal file
31
static/languages/code_go.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "code_go",
|
||||
"leftToRight": true,
|
||||
"words": [
|
||||
"break",
|
||||
"default",
|
||||
"func",
|
||||
"interface",
|
||||
"select",
|
||||
"case",
|
||||
"defer",
|
||||
"go",
|
||||
"map",
|
||||
"struct",
|
||||
"chan",
|
||||
"else",
|
||||
"goto",
|
||||
"package",
|
||||
"switch",
|
||||
"const",
|
||||
"fallthrough",
|
||||
"if",
|
||||
"range",
|
||||
"type",
|
||||
"continue",
|
||||
"for",
|
||||
"import",
|
||||
"return",
|
||||
"var"
|
||||
]
|
||||
}
|
||||
|
|
@ -62,4 +62,5 @@
|
|||
,"code_javascript"
|
||||
,"code_html"
|
||||
,"code_java"
|
||||
,"code_go"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue