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