From 076b6184de2b20e9b26225d93f6f3a7030504109 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 3 May 2018 00:10:21 -0400 Subject: Ensure better text editor automatic filetype detection Since we no longer use vim-specific modelines, use the .asciidoc file extension which is, well, reserved for asciidoc formatted files. This should presumably work everywhere without needing editor-specific workarounds and configuration. Also add a shebang to makepkg.conf to indicate it contains bash content. Signed-off-by: Eli Schwartz Signed-off-by: Allan McRae --- etc/makepkg.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index bf1f4c33..1cf79664 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -1,3 +1,4 @@ +#!/hint/bash # # @sysconfdir@/makepkg.conf # -- cgit v1.2.3-54-g00ecf