Highlight ~/.profile too

This commit is contained in:
Ivan Tham 2020-11-01 16:59:55 +08:00
parent 90043e7df0
commit 1e2458772d

View File

@ -1,4 +1,4 @@
hook global BufCreate .*\.(z|ba|c|k|mk)?sh(rc|_profile)? %{
hook global BufCreate .*\.((z|ba|c|k|mk)?sh(rc|_profile)?|profile) %{
set-option buffer filetype sh
}