From 6973cc46d299d77703e4b23ee37920d3b226b855 Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Fri, 4 Jun 2021 00:31:21 +0200 Subject: [PATCH] Remove checkboxes from README --- README.rst | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/README.rst b/README.rst index 7528bfc..52b018e 100644 --- a/README.rst +++ b/README.rst @@ -8,28 +8,20 @@ project is still underdevelopment but basic highlighting should already work. TODO ==== -- |uncheck| Control structures +- Control structures - - |uncheck| if()/elseif()/else()endif() - - |uncheck| foreach()/endforeach() - - |uncheck| while()/endwhile() + - if()/elseif()/else()endif() + - foreach()/endforeach() + - while()/endwhile() -- |uncheck| Command definitions +- Command definitions - - |uncheck| macro()/endmacro() - - |uncheck| function()/endfunction() + - macro()/endmacro() + - function()/endfunction() -- |uncheck| Add grammar rules for comments +- Add grammar rules for comments - - |uncheck| Bracket Comment - - |uncheck| Line Comment + - Bracket Comment + - Line Comment -- |uncheck| Create an quoted argument external scanner - -.. |check| raw:: html - - - -.. |uncheck| raw:: html - - +- Create an quoted argument external scanner