Merge remote-tracking branch 'alexherbo2/add-missing-eruby-indent-group'
This commit is contained in:
commit
699050d2d6
|
@ -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