Skip to content

Commit 2e456a7

Browse files
chore: updated generated code
1 parent b7ab9ed commit 2e456a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mdsf/src/filetype/generated_file_types.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
420420
"htmlbars" => Some(".handlebars"),
421421
"htmldjango" => Some(".jinja"),
422422
"http" => Some(".http"),
423+
"hurl" => Some(".hurl"),
423424
"hxml" => Some(".hxml"),
424425
"hy" => Some(".hy"),
425426
"hylang" => Some(".hy"),
@@ -1537,6 +1538,7 @@ mod test_language_to_ext {
15371538
("htmlbars", ".handlebars"),
15381539
("htmldjango", ".jinja"),
15391540
("http", ".http"),
1541+
("hurl", ".hurl"),
15401542
("hxml", ".hxml"),
15411543
("hy", ".hy"),
15421544
("hylang", ".hy"),

0 commit comments

Comments
 (0)