Files
DeviceManager/static/languages/code_go.json
2023-07-17 18:44:18 +02:00

33 lines
415 B
JSON

{
"name": "code_go",
"leftToRight": true,
"noLazyMode": 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"
]
}