Vim syntax file for todo lists.
Go to file
gechandesu 58ad09c3fc
Update todolist.vim
2021-09-04 08:54:02 +03:00
README.md Update README.md 2021-09-02 07:49:52 +03:00
todolist.vim Update todolist.vim 2021-09-04 08:54:02 +03:00

README.md

todolist-syntax

Vim syntax file for todo lists (*.todo, *.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 *.todo,*.td set filetype=todolist' >> ~/.vim/filetype.vim

Syntax

- Uncompleted task (light blue)
+ Completed task (green)
x Rejected task (red)
# Comment
\Marked text (yellow background)\
`Code (magenta)`
Plain text