aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect
AgeCommit message (Collapse)Author
2015-04-24Add ftdetect/gemfile.vimTeddy Wing
Set Gemfiles to use the `ruby` filetype so that they open with Ruby syntax highlighting automatically. Too much of a pain to `:set ft=ruby` every time.
2014-10-25Add ftdetect/md.vimTeddy Wing
Add an ftdetect file to automatically set Markdown syntax highlighting for files with a .md extension.
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.