This commit is contained in:
73
frontend/static/languages/code_v.json
Normal file
73
frontend/static/languages/code_v.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user