Skip to content

Commit

Permalink
add handlebars formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Visnu Pitiyanuvath committed Apr 21, 2013
1 parent 7c990f2 commit 0d87b73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
[submodule "bundle/xoria256.vim"]
path = bundle/xoria256.vim
url = https://github.com/vim-scripts/xoria256.vim
[submodule "bundle/vim-handlebars"]
path = bundle/vim-handlebars
url = https://github.com/nono/vim-handlebars.git
1 change: 1 addition & 0 deletions bundle/vim-handlebars
Submodule vim-handlebars added at e1a7f8
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ endif
syntax on
filetype plugin indent on

" filetype aliases
" Filetype aliases
autocmd BufNewFile,BufRead *.ejs set filetype=html
autocmd BufNewFile,BufRead *.skim set filetype=slim
autocmd BufNewFile,BufRead *.emblem set filetype=slim
Expand Down

0 comments on commit 0d87b73

Please sign in to comment.