This commit is contained in:
69
frontend/static/languages/code_go.json
Normal file
69
frontend/static/languages/code_go.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"name": "code_go",
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"any",
|
||||
"append",
|
||||
"bool",
|
||||
"break",
|
||||
"byte",
|
||||
"case",
|
||||
"chan",
|
||||
"clear",
|
||||
"close",
|
||||
"complex64",
|
||||
"complex128",
|
||||
"const",
|
||||
"continue",
|
||||
"copy",
|
||||
"default",
|
||||
"defer",
|
||||
"delete",
|
||||
"else",
|
||||
"error",
|
||||
"fallthrough",
|
||||
"false",
|
||||
"float32",
|
||||
"float64",
|
||||
"for",
|
||||
"func",
|
||||
"go",
|
||||
"goto",
|
||||
"if",
|
||||
"import",
|
||||
"int8",
|
||||
"int16",
|
||||
"int32",
|
||||
"int64",
|
||||
"int",
|
||||
"interface",
|
||||
"iota",
|
||||
"len",
|
||||
"map",
|
||||
"make",
|
||||
"max",
|
||||
"min",
|
||||
"new",
|
||||
"nil",
|
||||
"package",
|
||||
"panic",
|
||||
"range",
|
||||
"real",
|
||||
"return",
|
||||
"recover",
|
||||
"rune",
|
||||
"select",
|
||||
"string",
|
||||
"struct",
|
||||
"switch",
|
||||
"true",
|
||||
"type",
|
||||
"uint8",
|
||||
"uint16",
|
||||
"uint32",
|
||||
"uint64",
|
||||
"uint",
|
||||
"uintptr",
|
||||
"var"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user