AutoYADM commit: 2025-06-15 20:33:08

This commit is contained in:
Daniel Fichtinger 2025-06-15 20:33:08 -04:00
parent b1d9275683
commit f2868f5895

View file

@ -116,3 +116,7 @@ hook global WinSetOption filetype=mail %~
hook global BufCreate .*[.](conf) %{ hook global BufCreate .*[.](conf) %{
set-option buffer filetype ini set-option buffer filetype ini
} }
hook global BufCreate .*[.](jinja) %{
set-option buffer filetype html
}