Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a463fb8

Browse files
authored
🧹
1 parent 21297b3 commit a463fb8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/langs.rs‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,14 +508,12 @@ impl LanguageInfo {
508508
Idris => info!("Idris", color: 0xc74350),
509509
Io => info!("Io", color: 0xa9188d),
510510
Jai => info!("Jai"),
511-
Jakt => info!("Jakt", color: [255, 0, 0]), // TODO: bad
512511
// Java => info!("Java", color: [205, 112, 42]),
513512
Java => info!("Java", color: [205, 55, 47]),
514513
JavaScript => info!("JavaScript", color: 0xf1e05a),
515514
Json => info!("JSON"),
516515
Julia => info!("Julia", color: 0xa270ba),
517516
Koka => info!("Koka"),
518-
// Kotlin => info!("Kotlin", color: 0x7f52ff),
519517
Kotlin => info!("Kotlin", color: 0xa97bff),
520518
Llvm => info!("LLVM IR"),
521519
Lua => info!("Lua", color: 0x000077),
@@ -525,7 +523,6 @@ impl LanguageInfo {
525523
Nim => info!("Nim", color: 0xffc200),
526524
Nix => info!("Nix", color: 0x5773b8),
527525
NuShell => info!("NuShell", color: 0x3aa675),
528-
Oak => info!("Oak"),
529526
ObjectiveC => info!("Objective-C"),
530527
ObjectiveCxx => info!("Objective-C++"),
531528
OCaml => info!("OCaml", color: 0xee6a1a),
@@ -572,7 +569,7 @@ impl LanguageInfo {
572569
Yall => info!("Y'all", color: 0xff8f77),
573570
Yaml => info!("YAML"),
574571
YueScript => info!("YueScript", color: 0xb7ae8f),
575-
Zig => info!("Zig", color: [235, 168, 66]),
572+
Zig => info!("Zig", color: 0xeba842),
576573
}
577574
}
578575
}

0 commit comments

Comments
 (0)