diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/htmlerb.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/htmlerb.vim b/ftdetect/htmlerb.vim new file mode 100644 index 0000000..d0a08ee --- /dev/null +++ b/ftdetect/htmlerb.vim @@ -0,0 +1 @@ +autocmd BufRead,BufNewFile *.html.erb set filetype=htmlerb syntax=eruby |