blob: 66b8bbb76ca46a50130395b9e21d6baedccf0b23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/conf.h b/conf.h
index 4435a91..0e055cf 100644
--- a/conf.h
+++ b/conf.h
@@ -17,7 +17,8 @@ static struct filetype {
{"py", "\\.py$"}, /* python */
{"bib", "bib$"}, /* refer */
{"nm", "\\.nm$"}, /* neatmail */
- {"diff", "\\.(patch|diff)$"} /* diff */
+ {"diff", "\\.(patch|diff)$"}, /* diff */
+ {"sh", ".$"} /* everything else */
};
/* syntax highlighting patterns */
|