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:
parent
b8ef97015c
commit
cd32ef64ff
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pub fn suggested_extension(file_extension_or_name: &str) -> Option<Arc<str>> {
|
||||||
("gleam", "gleam"),
|
("gleam", "gleam"),
|
||||||
("graphql", "gql"),
|
("graphql", "gql"),
|
||||||
("graphql", "graphql"),
|
("graphql", "graphql"),
|
||||||
("haskell", "haskell"),
|
("haskell", "hs"),
|
||||||
("java", "java"),
|
("java", "java"),
|
||||||
("kotlin", "kt"),
|
("kotlin", "kt"),
|
||||||
("latex", "tex"),
|
("latex", "tex"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue