Skip to content

Commit

Permalink
fix: remove sh.in extension because it does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jan 6, 2024
1 parent 39cdc67 commit 98cd0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/language/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ fn extensions(lang: &SupportLang) -> &[&str] {
use SupportLang::*;
match lang {
Bash => &[
"bash", "bats", "cgi", "command", "env", "fcgi", "ksh", "sh", "sh.in", "tmux", "tool", "zsh",
"bash", "bats", "cgi", "command", "env", "fcgi", "ksh", "sh", "tmux", "tool", "zsh",
],
C => &["c", "h"],
Cpp => &["cc", "hpp", "cpp", "c++", "hh", "cxx", "cu", "ino"],
Expand Down

0 comments on commit 98cd0a2

Please sign in to comment.