mirror of
https://github.com/gechandesu/todolist-syntax.git
synced 2024-11-06 02:18:48 +03:00
Update README.md
This commit is contained in:
parent
66be6d9a9c
commit
acfb048e62
22
README.md
22
README.md
@ -1,2 +1,22 @@
|
|||||||
# todolist-syntax
|
# todolist-syntax
|
||||||
Vim syntax file for todo lists.
|
|
||||||
|
Vim syntax file for todo lists (**\*.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
|
||||||
|
```
|
||||||
|
|
||||||
|
# Syntax
|
||||||
|
|
||||||
|
```
|
||||||
|
- Uncompleted task (blue)
|
||||||
|
+ Completed task (green)
|
||||||
|
x Rejected task (red)
|
||||||
|
# Comment (cyan)
|
||||||
|
TODO mark
|
||||||
|
Plain text
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user