Skip to content

Commit a05984f

Browse files
authored
Merge pull request #63 from mstrzele/AWSCloudFormation
Detect AWS CloudFormation templates
2 parents 48179b6 + 7d9e67f commit a05984f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ftdetect/json.vim

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
autocmd BufNewFile,BufRead *.json setlocal filetype=json
22
autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json
33
autocmd BufNewFile,BufRead *.geojson setlocal filetype=json
4+
autocmd BufNewFile,BufRead *.template setlocal filetype=json

0 commit comments

Comments
 (0)