Add missing eRuby indent group
This commit is contained in:
parent
d758bbf09b
commit
59d39c60d7
|
@ -8,10 +8,10 @@ hook global BufCreate '.*\.erb' %{
|
||||||
hook global WinSetOption filetype=eruby %{
|
hook global WinSetOption filetype=eruby %{
|
||||||
require-module eruby
|
require-module eruby
|
||||||
add-highlighter window/eruby ref eruby
|
add-highlighter window/eruby ref eruby
|
||||||
hook -group eruby window InsertChar '\n' html-indent-on-new-line
|
hook -group eruby-indent window InsertChar '\n' html-indent-on-new-line
|
||||||
hook -always -once window WinSetOption filetype=.* %{
|
hook -always -once window WinSetOption filetype=.* %{
|
||||||
remove-highlighter window/eruby
|
remove-highlighter window/eruby
|
||||||
remove-hooks window eruby
|
remove-hooks window eruby-.+
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user