Skip to content

Commit

Permalink
Adding JSON as a filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kitt committed Oct 29, 2010
1 parent b6b155d commit e1ada73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/.vimrc
Expand Up @@ -216,6 +216,7 @@ au! BufWritePost *.snippets call ReloadAllSnippets()
au BufRead,BufNewFile *.scss set filetype=scss
au BufNewFile,BufRead *.m*down set filetype=markdown
au BufRead,BufNewFile *.as set filetype=actionscript
au BufRead,BufNewFile *.json set filetype=json

" GUI Specific settings
if has('gui_running')
Expand Down

0 comments on commit e1ada73

Please sign in to comment.