Skip to content

Commit

Permalink
Add vim-jst for ejs and jst template files
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian committed Apr 29, 2012
1 parent c494b24 commit c814f32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -37,3 +37,6 @@
[submodule "bundle/vim-surround"] [submodule "bundle/vim-surround"]
path = bundle/vim-surround path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-jst"]
path = bundle/vim-jst
url = https://github.com/briancollins/vim-jst.git
1 change: 1 addition & 0 deletions bundle/vim-jst
Submodule vim-jst added at 22b0b6
1 change: 1 addition & 0 deletions ftdetect/ejs.vim
@@ -0,0 +1 @@
au BufNewFile,BufRead *.ejs set filetype=jst

0 comments on commit c814f32

Please sign in to comment.