Update README.rst

This commit is contained in:
Uy Ha 2021-05-29 19:35:48 +02:00
parent 29945819db
commit 4a81a1d859

View file

@ -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