mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 21:22:00 +03:00
Fix eRuby detection
This commit is contained in:
parent
38f85706ff
commit
5ba51b377a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user