aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect/json.vim
AgeCommit message (Collapse)Author
2019-11-18ftdetect/json.vim: Disable on Vim < 8Teddy Wing
Recent Vims have a built-in JSON syntax plugin which is a little easier to read than the JavaScript highlighting. Use the built-in one on Vim 8 and higher.
2014-05-17Move JSON filetype detection to ftdetect directoryTeddy Wing
To keep things organised, use the .vim/ftdetect directory instead of my vimrc to set the JSON filetype.