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

66 lines
784 B
JSON

{
"name": "code_jule",
"noLazyMode": true,
"words": [
"chan",
"map",
"error",
"use",
"fn",
"struct",
"enum",
"unsafe",
"let",
"match",
"defer",
"if",
"else",
"for",
"in",
"impl",
"trait",
"break",
"continue",
"goto",
"cpp",
"type",
"ret",
"fall",
"co",
"select",
"int",
"uint",
"i8",
"i16",
"i32",
"i64",
"u8",
"u16",
"u32",
"u64",
"f32",
"f64",
"cmplx64",
"cmplx128",
"bool",
"str",
"any",
"byte",
"rune",
"const",
"mut",
"self",
"true",
"false",
"nil",
"iota",
"#build",
"#typedef",
"#cdef",
"#namespace",
"#test",
"#export",
"#pass"
]
}