Skip to content

Commit

Permalink
chore: update file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Nov 28, 2024
1 parent f9dd059 commit 6f54a5c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/mdsf/compare/v0.3.1...HEAD)

- chore: update file extensions [`#550`](https://github.com/hougesen/mdsf/pull/550)
- build(deps): bump clap_complete from 4.5.37 to 4.5.38 [`#546`](https://github.com/hougesen/mdsf/pull/546)
- build(deps): bump hasnep/setup-roc from 0.2.0 to 0.3.0 [`#549`](https://github.com/hougesen/mdsf/pull/549)
- build(deps): bump codecov/codecov-action from 4 to 5 [`#548`](https://github.com/hougesen/mdsf/pull/548)
- build(deps): bump clap from 4.5.20 to 4.5.21 [`#545`](https://github.com/hougesen/mdsf/pull/545)
- build(deps): bump test-with from 0.14.4 to 0.14.5 [`#544`](https://github.com/hougesen/mdsf/pull/544)
- build(deps): bump serde_json from 1.0.132 to 1.0.133 [`#547`](https://github.com/hougesen/mdsf/pull/547)
- build(deps): bump rustls from 0.23.15 to 0.23.18 [`#543`](https://github.com/hougesen/mdsf/pull/543)
- chore: set version to 0.3.2-dev [`#542`](https://github.com/hougesen/mdsf/pull/542)

#### [v0.3.1](https://github.com/hougesen/mdsf/compare/v0.3.0...v0.3.1)
Expand Down
16 changes: 16 additions & 0 deletions mdsf/src/generated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"clarion" => Some(".clw"),
"clarity" => Some(".clar"),
"classic asp" => Some(".asp"),
"classic qbasic" => Some(".bas"),
"classic quickbasic" => Some(".bas"),
"classic visual basic" => Some(".bas"),
"clean" => Some(".icl"),
"click" => Some(".click"),
Expand Down Expand Up @@ -374,6 +376,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"handlebars" => Some(".handlebars"),
"haproxy" => Some(".cfg"),
"harbour" => Some(".hb"),
"hare" => Some(".ha"),
"hash" => Some(".crc32"),
"hashes" => Some(".crc32"),
"hashicorp configuration language" => Some(".hcl"),
Expand Down Expand Up @@ -575,6 +578,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"monkey c" => Some(".mc"),
"monkey" => Some(".monkey"),
"moocode" => Some(".moo"),
"moonbit" => Some(".mbt"),
"moonscript" => Some(".moon"),
"motoko" => Some(".mo"),
"motorola 68k assembly" => Some(".asm"),
Expand Down Expand Up @@ -657,6 +661,8 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"odin-lang" => Some(".odin"),
"odinlang" => Some(".odin"),
"omgrofl" => Some(".omgrofl"),
"omnetpp-msg" => Some(".msg"),
"omnetpp-ned" => Some(".ned"),
"oncrpc" => Some(".x"),
"ooc" => Some(".ooc"),
"opa" => Some(".opa"),
Expand Down Expand Up @@ -749,11 +755,15 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"python3" => Some(".py"),
"q" => Some(".q"),
"q#" => Some(".qs"),
"qb" => Some(".bas"),
"qb64" => Some(".bas"),
"qbasic" => Some(".bas"),
"ql" => Some(".ql"),
"qmake" => Some(".pro"),
"qml" => Some(".qml"),
"qsharp" => Some(".qs"),
"qt script" => Some(".qs"),
"quickbasic" => Some(".bas"),
"r" => Some(".r"),
"racket" => Some(".rkt"),
"ragel" => Some(".rl"),
Expand Down Expand Up @@ -893,6 +903,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"swig" => Some(".i"),
"systemverilog" => Some(".sv"),
"tab-seperated values" => Some(".tsv"),
"tact" => Some(".tact"),
"talon" => Some(".talon"),
"tcl" => Some(".tcl"),
"tcsh" => Some(".tcsh"),
Expand All @@ -915,8 +926,12 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"toit" => Some(".toit"),
"toml" => Some(".toml"),
"topojson" => Some(".json"),
"traveling salesman problem" => Some(".tsp"),
"travelling salesman problem" => Some(".tsp"),
"troff" => Some(".roff"),
"ts" => Some(".ts"),
"tsp" => Some(".tsp"),
"tsplib data" => Some(".tsp"),
"tsql" => Some(".sql"),
"tsv" => Some(".tsv"),
"tsx" => Some(".tsx"),
Expand All @@ -927,6 +942,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"typ" => Some(".typ"),
"type language" => Some(".tl"),
"typescript" => Some(".ts"),
"typespec" => Some(".tsp"),
"typst" => Some(".typ"),
"udiff" => Some(".diff"),
"ultisnip" => Some(".snip"),
Expand Down

0 comments on commit 6f54a5c

Please sign in to comment.