Files
test/frontend/static/languages/code_odin.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

136 lines
1.8 KiB
JSON

{
"name": "code_odin",
"noLazyMode": true,
"words": [
"abs",
"align_of",
"allocator",
"any",
"append",
"assert",
"auto_cast",
"b16",
"b32",
"b64",
"b8",
"bit_field",
"bit_set",
"bool",
"break",
"byte",
"case",
"cast",
"clamp",
"complex128",
"complex32",
"complex64",
"context",
"continue",
"cstring",
"defer",
"delete_key",
"distinct",
"do",
"double",
"dynamic",
"else",
"enum",
"f16",
"f16be",
"f16le",
"f32",
"f32be",
"f32le",
"f64",
"f64be",
"f64le",
"false",
"float",
"for",
"force_inline",
"foreign",
"free_all",
"i128",
"i128be",
"i128le",
"i16",
"i16be",
"i16le",
"i32",
"i32be",
"i32le",
"i64",
"i64be",
"i64le",
"i8",
"if",
"import",
"in",
"int",
"map",
"matrix",
"max",
"min",
"new_clone",
"nil",
"no_nil",
"not_in",
"offset_of",
"or_break",
"or_continue",
"or_else",
"or_return",
"package",
"packed",
"panic",
"partial",
"println",
"private",
"proc",
"quaternion128",
"quaternion256",
"quaternion64",
"raw_data",
"raw_union",
"rawptr",
"reserve",
"resize",
"return",
"rune",
"shared_nil",
"shrink",
"simd",
"size_of",
"soa_unzip",
"soa_zip",
"string",
"struct",
"switch",
"thread_local",
"tprintf",
"transmute",
"true",
"type_of",
"typeid",
"u128",
"u128be",
"u128le",
"u16",
"u16be",
"u16le",
"u32",
"u32be",
"u32le",
"u64",
"u64be",
"u64le",
"u8",
"uint",
"uintptr",
"union",
"using",
"when",
"where"
]
}