Skip to content

Commit

Permalink
Merge pull request #63 from mstrzele/AWSCloudFormation
Browse files Browse the repository at this point in the history
Detect AWS CloudFormation templates
  • Loading branch information
elzr committed Nov 27, 2017
2 parents 48179b6 + 7d9e67f commit a05984f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftdetect/json.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
autocmd BufNewFile,BufRead *.json setlocal filetype=json
autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json
autocmd BufNewFile,BufRead *.geojson setlocal filetype=json
autocmd BufNewFile,BufRead *.template setlocal filetype=json

0 comments on commit a05984f

Please sign in to comment.