Skip to content

Commit

Permalink
Remove redundant syntax highlighting
Browse files Browse the repository at this point in the history
Newer versions of vim (such as 7.3.923) syntax highlight Rackup and JSON
files correctly. In the interest of keeping the dotfiles slim and our
machines up-to-date, I think the solution is to remove these from
dotfiles and install a newer version of vim in thoughtbot/laptop:

thoughtbot/laptop#118
  • Loading branch information
Dan Croak committed Jul 29, 2013
1 parent 989a49d commit c0a282f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vimrc
Expand Up @@ -43,8 +43,6 @@ augroup vimrcEx

" Set syntax highlighting for specific file types
autocmd BufRead,BufNewFile Appraisals set filetype=ruby
autocmd BufRead,BufNewFile config.ru set filetype=ruby
autocmd BufRead,BufNewFile *.json set filetype=javascript
autocmd BufRead,BufNewFile *.md set filetype=markdown

" Enable spellchecking for Markdown
Expand Down

0 comments on commit c0a282f

Please sign in to comment.