We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ab9ed commit 2e456a7Copy full SHA for 2e456a7
mdsf/src/filetype/generated_file_types.rs
@@ -420,6 +420,7 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
420
"htmlbars" => Some(".handlebars"),
421
"htmldjango" => Some(".jinja"),
422
"http" => Some(".http"),
423
+ "hurl" => Some(".hurl"),
424
"hxml" => Some(".hxml"),
425
"hy" => Some(".hy"),
426
"hylang" => Some(".hy"),
@@ -1537,6 +1538,7 @@ mod test_language_to_ext {
1537
1538
("htmlbars", ".handlebars"),
1539
("htmldjango", ".jinja"),
1540
("http", ".http"),
1541
+ ("hurl", ".hurl"),
1542
("hxml", ".hxml"),
1543
("hy", ".hy"),
1544
("hylang", ".hy"),
0 commit comments