Skip to content

Commit

Permalink
cleaning up...
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupo Montero committed Mar 28, 2013
1 parent cd9033c commit 124dd93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions vim/filetype.vim
Expand Up @@ -2,6 +2,12 @@ augroup handlebars
au! BufRead,BufNewFile *.hbs setfiletype html
augroup END

" GitHub Flavoured Markdown
augroup markdown
au!
au BufNewFile,BufRead *.md,*.markdown setlocal filetype=ghmarkdown
augroup END

" JSON syntax
" http://www.vim.org/scripts/script.php?script_id=1945
au! BufRead,BufNewFile *.json set filetype=json
6 changes: 0 additions & 6 deletions vimrc
Expand Up @@ -40,9 +40,3 @@ hi ColorColumn ctermbg=red guibg=red

" enables autocomplete
let g:neocomplcache_enable_at_startup = 1

" GitHub Flavoured Markdown
augroup markdown
au!
au BufNewFile,BufRead *.md,*.markdown setlocal filetype=ghmarkdown
augroup END

0 comments on commit 124dd93

Please sign in to comment.