diff --git a/ftdetect/todo.txt.vim b/ftdetect/todo.txt.vim new file mode 100644 index 0000000..f0dcbdc --- /dev/null +++ b/ftdetect/todo.txt.vim @@ -0,0 +1,9 @@ +" File: todo.txt.vim +" Description: Todo.txt filetype detection +" Author: Leandro Freitas +" Licence: Vim licence +" Website: http://github.com/freitass/todo.txt.vim +" Version: 0.1 + +autocmd BufNewFile,BufRead Todo.txt set filetype=todo.txt +