index
:
dotvim
master
My vim configuration
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ftdetect
/
json.vim
blob: 7dd9f82bfe8e411d6494bc27da99aae670bf183b (
plain
)
1
2
3
if
v
:
version
<
800
autocmd
BufRead
,
BufNewFile
*.
json
set
filetype
=
json
syntax
=
javascript
endif