1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/neatvi/conf.patch
2021-08-02 08:12:12 -03:00

14 lines
408 B
Diff

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 */