summaryrefslogtreecommitdiff
path: root/app-editors/kakoune/files/kakoune-2020.09.01-enable-ebuild-syntax-highlight.patch
blob: d7b9083a428113cdad29439fcc7b1d94472e8097 (plain)
1
2
3
4
5
6
7
8
9
10
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
+}