Fix eRuby detection

This commit is contained in:
Taupiqueur 2021-05-24 13:18:50 +02:00
parent 38f85706ff
commit 5ba51b377a

View File

@ -1,7 +1,7 @@
# eRuby
# http://www2a.biglobe.ne.jp/~seki/ruby/erb.html
hook global BufCreate '.*\.html\.erb' %{
hook global BufCreate '.*\.erb' %{
set-option buffer filetype eruby
}