Skip to content

Commit

Permalink
Metal
Browse files Browse the repository at this point in the history
  • Loading branch information
aslilac committed Sep 16, 2023
1 parent 21ae4d8 commit 5c75358
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/langs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pub enum Language {
Lua,
Make,
Markdown,
Metal,
Nim,
Nix,
NuShell,
Expand Down Expand Up @@ -204,6 +205,7 @@ impl Language {
"objective-c" => Some(ObjectiveC),
"markdown" => Some(Markdown),
"make" => Some(Make),
"metal" => Some(Metal),
"ocaml" => Some(OCaml),
"objectivec++" => Some(ObjectiveCxx),
"objective-c++" => Some(ObjectiveCxx),
Expand Down Expand Up @@ -362,6 +364,7 @@ impl Language {
"lua" => Some(Lua),
"m" => Some(ObjectiveC),
"md" => Some(Markdown),
"metal" => Some(Metal),
"mjs" => Some(JavaScript),
"mk" => Some(Make),
"ml" => Some(OCaml),
Expand Down Expand Up @@ -515,6 +518,7 @@ impl LanguageInfo {
Lua => info!("Lua", color: 0x000077),
Make => info!("Make"),
Markdown => info!("Markdown"),
Metal => info!("Metal", color: 0xca495d),
Nim => info!("Nim", color: 0xffc200),
Nix => info!("Nix", color: 0x5773b8),
NuShell => info!("NuShell", color: 0x3aa675),
Expand Down

0 comments on commit 5c75358

Please sign in to comment.