Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/static/languages/code_python_1k.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,4 +1100,4 @@
"ZoneInfoNotFoundError",
"zscore"
]
}
}
2 changes: 1 addition & 1 deletion frontend/static/languages/code_python_2k.json
Original file line number Diff line number Diff line change
Expand Up @@ -2064,4 +2064,4 @@
"ZoneInfoNotFoundError",
"zscore"
]
}
}
2 changes: 1 addition & 1 deletion frontend/static/languages/code_python_5k.json
Original file line number Diff line number Diff line change
Expand Up @@ -5239,4 +5239,4 @@
"ZoneInfoNotFoundError",
"zscore"
]
}
}
292 changes: 146 additions & 146 deletions frontend/static/languages/code_zig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,151 +4,151 @@
"noLazyMode": true,
"ligatures": false,
"words": [
"std.debug.print"
,"std.mem.Allocator"
,"allocator"
,"switch"
,"=>"
,"=="
,"+="
,"break"
,"else"
,"orelse"
,"enum"
,"select"
,"defer"
,"struct"
,"u8"
,"?u8"
,"u16"
,"usize"
,"?usize"
,"float"
,"i32"
,"+%"
,"[]const"
,"?[]const"
,"*const"
,"const*"
,"[]u8"
,"?[]u8"
,"bool"
,"import"
,"if"
,"for"
,"while"
,"return"
,"var"
,"@as"
,"@bitCast"
,"@enumToInt"
,"@field"
,"@Type"
,"@TypeOf"
,"@intCast"
,"i+=1"
,"pub"
,"fn()"
,"void"
,"comptime"
,"main()"
,".{}"
,"undefined"
,"array.len"
,"try"
,"expect"
,"true"
,"false"
,"catch"
,"error"
,"unreachable"
,"async"
,"await"
,"suspend"
,"resume"
,"frame"
,"nosuspend"
,"@Frame"
,"@frame"
,"value"
,"noreturn"
,"blk:"
,"enum(u8)"
,"union"
,":blk"
,"any"
,"anyopaque"
,".name"
,"std.heap.page_allocator"
,"allocator.alloc"
,"allocator.free"
,".init"
,".deinit"
,"arena.allocator"
,".create"
,".destroy"
,"gpa.allocator"
,"gpa.deinit"
,"std.mem.eql"
,"std.ArrayList"
,"std.testing"
,"list.append"
,"std.fs.cwd"
,"buffer"
,"stat.size"
,"iter"
,".iterate"
,"dir.createFile"
,".reader()"
,".writer()"
,"std.io.getStdOut()"
,"stdin.reader()"
,"std.io.Writer"
,"std.fmt"
,"std.json"
,"TokenStream"
,"FixedBufferAllocator"
,"std.json.stringify"
,"std.json.parse"
,"DefaultPrng"
,"random"
,"rand.int"
,"std.time.sleep"
,"AutoHashMap"
,"StringHashMap"
,"HashMap"
,"sort"
,"openDir"
,"self"
,"Self"
,"@This()"
,"iter.next()"
,"bufPrint"
,"{s}"
,"{d}"
,"{}"
,"{?}"
,"{any}"
,"{d:.2}"
,"init-exe"
,"build"
,"-target"
,"aarch64"
,"ReleaseSmall"
,"addExecutable"
,"std.build.Step"
,"addStaticLibrary"
,"setBuildMode"
,"dependOn"
,"callconv"
,"extern"
,"@ptrCast"
,"align"
,"packed"
,"@sizeOf"
,"state"
,"value.*"
,"timer.?.read"
,"|delay|"
"std.debug.print",
"std.mem.Allocator",
"allocator",
"switch",
"=>",
"==",
"+=",
"break",
"else",
"orelse",
"enum",
"select",
"defer",
"struct",
"u8",
"?u8",
"u16",
"usize",
"?usize",
"float",
"i32",
"+%",
"[]const",
"?[]const",
"*const",
"const*",
"[]u8",
"?[]u8",
"bool",
"import",
"if",
"for",
"while",
"return",
"var",
"@as",
"@bitCast",
"@enumToInt",
"@field",
"@Type",
"@TypeOf",
"@intCast",
"i+=1",
"pub",
"fn()",
"void",
"comptime",
"main()",
".{}",
"undefined",
"array.len",
"try",
"expect",
"true",
"false",
"catch",
"error",
"unreachable",
"async",
"await",
"suspend",
"resume",
"frame",
"nosuspend",
"@Frame",
"@frame",
"value",
"noreturn",
"blk:",
"enum(u8)",
"union",
":blk",
"any",
"anyopaque",
".name",
"std.heap.page_allocator",
"allocator.alloc",
"allocator.free",
".init",
".deinit",
"arena.allocator",
".create",
".destroy",
"gpa.allocator",
"gpa.deinit",
"std.mem.eql",
"std.ArrayList",
"std.testing",
"list.append",
"std.fs.cwd",
"buffer",
"stat.size",
"iter",
".iterate",
"dir.createFile",
".reader()",
".writer()",
"std.io.getStdOut()",
"stdin.reader()",
"std.io.Writer",
"std.fmt",
"std.json",
"TokenStream",
"FixedBufferAllocator",
"std.json.stringify",
"std.json.parse",
"DefaultPrng",
"random",
"rand.int",
"std.time.sleep",
"AutoHashMap",
"StringHashMap",
"HashMap",
"sort",
"openDir",
"self",
"Self",
"@This()",
"iter.next()",
"bufPrint",
"{s}",
"{d}",
"{}",
"{?}",
"{any}",
"{d:.2}",
"init-exe",
"build",
"-target",
"aarch64",
"ReleaseSmall",
"addExecutable",
"std.build.Step",
"addStaticLibrary",
"setBuildMode",
"dependOn",
"callconv",
"extern",
"@ptrCast",
"align",
"packed",
"@sizeOf",
"state",
"value.*",
"timer.?.read",
"|delay|"
]
}
22 changes: 5 additions & 17 deletions frontend/static/quotes/english.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
{
"language": "english",
"groups": [
[
0,
100
],
[
101,
300
],
[
301,
600
],
[
601,
9999
]
[0, 100],
[101, 300],
[301, 600],
[601, 9999]
],
"quotes": [
{
Expand Down Expand Up @@ -39497,4 +39485,4 @@
"id": 6833
}
]
}
}