Use correct file extension for Haskell suggestions (#9825)
This PR fixes the file extension used for suggesting the Haskell extension. Release Notes: - N/A
This commit is contained in:
@@ -32,7 +32,7 @@ pub fn suggested_extension(file_extension_or_name: &str) -> Option<Arc<str>> {
|
||||
("gleam", "gleam"),
|
||||
("graphql", "gql"),
|
||||
("graphql", "graphql"),
|
||||
("haskell", "haskell"),
|
||||
("haskell", "hs"),
|
||||
("java", "java"),
|
||||
("kotlin", "kt"),
|
||||
("latex", "tex"),
|
||||
|
||||
Reference in New Issue
Block a user