74 lines
872 B
JSON
74 lines
872 B
JSON
{
|
|
"name": "code_v",
|
|
"noLazyMode": true,
|
|
"words": [
|
|
"as",
|
|
"asm",
|
|
"assert",
|
|
"atomic",
|
|
"break",
|
|
"const",
|
|
"continue",
|
|
"defer",
|
|
"else",
|
|
"enum",
|
|
"false",
|
|
"fn",
|
|
"for",
|
|
"go",
|
|
"goto",
|
|
"if",
|
|
"import",
|
|
"in",
|
|
"interface",
|
|
"is",
|
|
"isreftype",
|
|
"lock",
|
|
"match",
|
|
"module",
|
|
"mut",
|
|
"none",
|
|
"or",
|
|
"pub",
|
|
"return",
|
|
"rlock",
|
|
"select",
|
|
"shared",
|
|
"sizeof",
|
|
"spawn",
|
|
"static",
|
|
"struct",
|
|
"true",
|
|
"type",
|
|
"typeof",
|
|
"union",
|
|
"unsafe",
|
|
"volatile",
|
|
"__global",
|
|
"__offsetof",
|
|
|
|
"print",
|
|
"println",
|
|
|
|
"main",
|
|
"panic",
|
|
"exit",
|
|
|
|
"bool",
|
|
"i8",
|
|
"i16",
|
|
"int",
|
|
"i64",
|
|
"u8",
|
|
"u16",
|
|
"u32",
|
|
"u64",
|
|
"f32",
|
|
"f64",
|
|
"string",
|
|
"rune",
|
|
"voidptr",
|
|
"any"
|
|
]
|
|
}
|