From b9ace2f22cb32d712b7e7cfc8be910575ff5d810 Mon Sep 17 00:00:00 2001
From: Scott Severance <scott@scottseverance.us>
Date: Wed, 30 Jan 2019 12:54:08 -0600
Subject: [PATCH] Don't assume that *.template files are JSON

---
 ftdetect/json.vim | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ftdetect/json.vim b/ftdetect/json.vim
index 2e45f02..ae25d1b 100644
--- a/ftdetect/json.vim
+++ b/ftdetect/json.vim
@@ -2,4 +2,3 @@ autocmd BufNewFile,BufRead *.json setlocal filetype=json
 autocmd BufNewFile,BufRead *.jsonl setlocal filetype=json
 autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json
 autocmd BufNewFile,BufRead *.geojson setlocal filetype=json
-autocmd BufNewFile,BufRead *.template setlocal filetype=json