diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-01-28 09:14:32 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-01-28 09:14:32 +0000 |
commit | 904cec3c4a329cf89fc3219d359239910d61f3f6 (patch) | |
tree | 8d113899921dfbaca0e77c49ab5fc827362d1091 /autoload/filetype/arch-linux.kak |
Diffstat (limited to 'autoload/filetype/arch-linux.kak')
-rw-r--r-- | autoload/filetype/arch-linux.kak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autoload/filetype/arch-linux.kak b/autoload/filetype/arch-linux.kak new file mode 100644 index 0000000..08135a7 --- /dev/null +++ b/autoload/filetype/arch-linux.kak @@ -0,0 +1,4 @@ +# package build description file +hook global BufCreate (.*/)?PKGBUILD %{ + set-option buffer filetype sh +} |