Skip to content

Commit

Permalink
chore: update filetype bindings (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Jan 12, 2025
1 parent 3d51d07 commit 5dca795
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mdsf/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"ampl" => Some(".ampl"),
"amusewiki" => Some(".muse"),
"angelscript" => Some(".as"),
"answer set programming" => Some(".lp"),
"antlers" => Some(".antlers.html"),
"antlr" => Some(".g4"),
"apache" => Some(".apacheconf"),
Expand Down Expand Up @@ -473,6 +474,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"kak" => Some(".kak"),
"kakounescript" => Some(".kak"),
"kakscript" => Some(".kak"),
"kdl" => Some(".kdl"),
"kerboscript" => Some(".ks"),
"keyvalues" => Some(".vdf"),
"kicad layout" => Some(".kicad_pcb"),
Expand Down Expand Up @@ -503,6 +505,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"ligolang" => Some(".ligo"),
"lilypond" => Some(".ly"),
"limbo" => Some(".b"),
"linear programming" => Some(".lp"),
"linker script" => Some(".ld"),
"linux kernel module" => Some(".mod"),
"liquid" => Some(".liquid"),
Expand Down Expand Up @@ -554,6 +557,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"mcfunction" => Some(".mcfunction"),
"md" => Some(".md"),
"mdoc" => Some(".roff"),
"mdsvex" => Some(".svx"),
"mdx" => Some(".mdx"),
"mediawiki" => Some(".mediawiki"),
"mercury" => Some(".m"),
Expand All @@ -565,6 +569,8 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"microsoft visual studio solution" => Some(".sln"),
"minid" => Some(".minid"),
"miniyaml" => Some(".yaml"),
"minizinc data" => Some(".dzn"),
"minizinc" => Some(".mzn"),
"mint" => Some(".mint"),
"mirah" => Some(".druby"),
"mirc script" => Some(".mrc"),
Expand Down Expand Up @@ -661,6 +667,8 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"odin-lang" => Some(".odin"),
"odinlang" => Some(".odin"),
"omgrofl" => Some(".omgrofl"),
"omnet++ msg" => Some(".msg"),
"omnet++ ned" => Some(".ned"),
"omnetpp-msg" => Some(".msg"),
"omnetpp-ned" => Some(".ned"),
"oncrpc" => Some(".x"),
Expand All @@ -677,6 +685,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"opentype feature file" => Some(".fea"),
"org" => Some(".org"),
"osascript" => Some(".applescript"),
"overpassql" => Some(".overpassql"),
"ox" => Some(".ox"),
"oxygene" => Some(".oxygene"),
"oz" => Some(".oz"),
Expand Down Expand Up @@ -895,6 +904,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"sum" => Some(".crc32"),
"sums" => Some(".crc32"),
"supercollider" => Some(".sc"),
"survex data" => Some(".svx"),
"svelte" => Some(".svelte"),
"svg" => Some(".svg"),
"sway" => Some(".sw"),
Expand Down

0 comments on commit 5dca795

Please sign in to comment.