feat: added golang keyword list

This commit is contained in:
Beck 2021-01-02 16:00:57 +08:00
parent 55a4e5b5a3
commit d9e09907d1
2 changed files with 32 additions and 0 deletions

View 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"
]
}

View file

@ -62,4 +62,5 @@
,"code_javascript"
,"code_html"
,"code_java"
,"code_go"
]