Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-24 | Add ftdetect/gemfile.vim | Teddy 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-25 | Add ftdetect/md.vim | Teddy Wing | |
Add an ftdetect file to automatically set Markdown syntax highlighting for files with a .md extension. | |||
2014-05-17 | Move JSON filetype detection to ftdetect directory | Teddy Wing | |
To keep things organised, use the .vim/ftdetect directory instead of my vimrc to set the JSON filetype. |