Skip to content

Commit

Permalink
fix(#331): remove literate haskell format
Browse files Browse the repository at this point in the history
  • Loading branch information
grantlemons committed Dec 27, 2024
1 parent 50ee209 commit c100c6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion harper-comments/src/comment_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ impl CommentParser {
"bash" => "shellscript",
"java" => "java",
"hs" => "haskell",
"lhs" => "haskell",
_ => return None,
})
}
Expand Down

0 comments on commit c100c6d

Please sign in to comment.