mirror of
https://github.com/gechandesu/todolist-syntax.git
synced 2024-11-05 18:18:47 +03:00
Vim syntax file for todo lists.
README.md | ||
todolist.vim |
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