1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/neatvi/conf.patch
Alex Raschi 26389fc786 testing/neatvi: new aport
https://github.com/aligrudi/neatvi
vi/ex editor with support for bidirectional UTF-8 text, syntax highlight
and infinite undo/redo
2019-02-05 08:16:08 +00:00

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