Vim syntax file for todo lists.
Go to file
2021-08-31 14:52:29 +03:00
README.md Update README.md 2021-08-31 14:52:29 +03:00
todolist.vim Add files via upload 2021-08-31 14:39:47 +03:00

todolist-syntax

Vim syntax file for todo lists (*.td).

Installation

mkdir -p ~/.vim/syntax
wget -O ~/.vim/syntax/todolist.vim https://raw.githubusercontent.com/gechandesu/todolist-syntax/main/todolist.vim
echo 'autocmd BufRead,BufNewFile *.td set filetype=todolist' >> ~/.vim/filetype.vim

Syntax

- Uncompleted task (blue)
+ Completed task (green)
x Rejected task (red)
# Comment (cyan)
TODO mark
Plain text