mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
https://github.com/aligrudi/neatvi vi/ex editor with support for bidirectional UTF-8 text, syntax highlight and infinite undo/redo
10 lines
367 B
Diff
10 lines
367 B
Diff
--- a/conf.h.orig 2017-10-01 09:07:44.000000000 +0200
|
|
+++ b/conf.h 2018-11-20 18:54:51.484850964 +0100
|
|
@@ -12,6 +12,7 @@ static struct filetype {
|
|
{"mk", "Makefile$|makefile$|\\.mk$"}, /* makefile */
|
|
{"sh", "\\.sh$"}, /* shell script */
|
|
{"nm", "\\.nm$"}, /* neatmail */
|
|
+ {"sh", ".$"}, /* everything else */
|
|
};
|
|
|
|
/* syntax highlighting patterns */
|