You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/kakoune/files/kakoune-2020.09.01-enable-e...

11 lines
282 B

diff --git a/rc/filetype/gentoo-linux.kak b/rc/filetype/gentoo-linux.kak
new file mode 100644
index 00000000..251dad16
--- /dev/null
+++ b/rc/filetype/gentoo-linux.kak
@@ -0,0 +1,4 @@
+# portage ebuild file
+hook global BufCreate .*\.ebuild %{
+ set-option buffer filetype sh
+}