From 4a81a1d859989d448166ca91d3016ec391b86ff0 Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Sat, 29 May 2021 19:35:48 +0200 Subject: [PATCH] Update README.rst --- README.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8145d62..1310a1d 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,18 @@ project is still underdevelopment but basic highlighting should already work. TODO ==== -- [ ] Add grammar rules for comments: +- [ ] Control structures + + - [ ] if()/elseif()/else()endif() + - [ ] foreach()/endforeach() + - [ ] while()/endwhile() + +- [ ] Command definitions + + - [ ] macro()/endmacro() + - [ ] function()/endfunction() + +- [ ] Add grammar rules for comments - [ ] Bracket Comment - [ ] Line Comment