mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-14 21:03:46 -05:00
Implemented ft detection
This commit is contained in:
9
ftdetect/todo.txt.vim
Normal file
9
ftdetect/todo.txt.vim
Normal file
@@ -0,0 +1,9 @@
|
||||
" File: todo.txt.vim
|
||||
" Description: Todo.txt filetype detection
|
||||
" Author: Leandro Freitas <freitass@gmail.com>
|
||||
" Licence: Vim licence
|
||||
" Website: http://github.com/freitass/todo.txt.vim
|
||||
" Version: 0.1
|
||||
|
||||
autocmd BufNewFile,BufRead Todo.txt set filetype=todo.txt
|
||||
|
||||
Reference in New Issue
Block a user