Files
test/frontend/static/languages/code_v.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

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"
]
}