Skip to content

Commit

Permalink
Merge pull request #50 from lepture/master
Browse files Browse the repository at this point in the history
detect json as javascript
  • Loading branch information
Darrick Wiebe committed Jun 14, 2012
2 parents 6148d13 + 35b56be commit 827c47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftdetect/javascript.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
au BufNewFile,BufRead *.js setf javascript
au BufNewFile,BufRead *.jsm setf javascript
au BufNewFile,BufRead *.json setf javascript
au BufNewFile,BufRead Jakefile setf javascript

0 comments on commit 827c47c

Please sign in to comment.