Merge pull request #784 from beckxie/feat/golang-code

Added Go language
This commit is contained in:
Jack 2021-01-03 22:09:55 +00:00 committed by GitHub
commit a611e3ba36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
]