Add gentoo linux ebuild filetype detection.

This commit is contained in:
ioh 2021-08-06 11:30:06 -07:00
parent 580869fd49
commit 4932aad623

View File

@ -0,0 +1,4 @@
# portage ebuild file
hook global BufCreate .*\.ebuild %{
set-option buffer filetype sh
}