summaryrefslogtreecommitdiff
path: root/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch')
-rw-r--r--app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch b/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch
deleted file mode 100644
index 726968e0e8c6..000000000000
--- a/app-editors/kakoune/files/kakoune-2020.01.16-enable-ebuild-syntax-highlight.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur a/rc/filetype/sh.kak b/rc/filetype/sh.kak
---- a/rc/filetype/sh.kak 2020-01-16 11:52:20.000000000 +0200
-+++ b/rc/filetype/sh.kak 2020-05-25 15:50:20.417809942 +0300
-@@ -2,6 +2,11 @@
- set-option buffer filetype sh
- }
-
-+hook global BufCreate .*\.ebuild %{
-+ set-option buffer filetype sh
-+}
-+
-+
- hook global WinSetOption filetype=sh %{
- require-module sh
- set-option window static_words %opt{sh_static_words}