aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/json.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/json.vim b/ftdetect/json.vim
new file mode 100644
index 0000000..4db08ed
--- /dev/null
+++ b/ftdetect/json.vim
@@ -0,0 +1 @@
+autocmd BufRead,BufNewFile *.json set filetype=json syntax=javascript