From ec6c9eb3af6be0c18265f955bac2bcef97241ab7 Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Fri, 4 Jun 2021 00:24:25 +0200 Subject: [PATCH] Use Unicode checkbox symbol for README --- README.rst | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 1310a1d..52db49b 100644 --- a/README.rst +++ b/README.rst @@ -8,20 +8,23 @@ project is still underdevelopment but basic highlighting should already work. TODO ==== -- [ ] Control structures +- |uncheck| Control structures - - [ ] if()/elseif()/else()endif() - - [ ] foreach()/endforeach() - - [ ] while()/endwhile() + - |uncheck| if()/elseif()/else()endif() + - |uncheck| foreach()/endforeach() + - |uncheck| while()/endwhile() -- [ ] Command definitions +- |uncheck| Command definitions - - [ ] macro()/endmacro() - - [ ] function()/endfunction() + - |uncheck| macro()/endmacro() + - |uncheck| function()/endfunction() -- [ ] Add grammar rules for comments +- |uncheck| Add grammar rules for comments - - [ ] Bracket Comment - - [ ] Line Comment + - |uncheck| Bracket Comment + - |uncheck| Line Comment -- [ ] Create an quoted argument external scanner +- |uncheck| Create an quoted argument external scanner + +.. |check| unicode:: U+2611 +.. |uncheck| unicode:: U+2610