Merge remote-tracking branch 'alexherbo2/fix-eruby-detection'

This commit is contained in:
Maxime Coste 2021-05-28 20:43:49 +10:00
commit c7874918e0

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
}