From c7d24bcbb0731179db6c4898f7e2ad548c52c65b Mon Sep 17 00:00:00 2001 From: gechandesu <47027335+gechandesu@users.noreply.github.com> Date: Thu, 2 Sep 2021 07:49:52 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a7922e..240dedf 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ # todolist-syntax -Vim syntax file for todo lists (**\*.td**). +Vim syntax file for todo lists (**\*.todo**, **\*.td**). # Installation ```shell 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 +echo 'autocmd BufRead,BufNewFile *.todo,*.td set filetype=todolist' >> ~/.vim/filetype.vim ``` # Syntax ``` -- Uncompleted task (blue) +- Uncompleted task (light blue) + Completed task (green) x Rejected task (red) -# Comment (cyan) -TODO mark +# Comment +\Marked text (yellow background)\ +`Code (magenta)` Plain text ```