Bundles for better javascript highlighting and tag highlighting

This commit is contained in:
Yan Pritzker
2012-11-16 09:31:59 -06:00
parent 630063efe4
commit 485c7f1800
6 changed files with 33 additions and 1 deletions

View File

@@ -112,7 +112,9 @@ nnoremap <silent> <D-k> {
autocmd FileType ruby map <buffer> <D-j> ]m
autocmd FileType ruby map <buffer> <D-k> [m
autocmd FileType rspec map <buffer> <D-j> }
autocmd FileType rspec map <buffer> <D-k> {
autocmd FileType rspec map <buffer> <D-j> }
autocmd FileType javascript map <buffer> <D-k> {
autocmd FileType javascript map <buffer> <D-k> {
" Command-/ to toggle comments