Remove checkboxes from README
This commit is contained in:
parent
a2adfd8a15
commit
6973cc46d2
30
README.rst
30
README.rst
|
@ -8,28 +8,20 @@ project is still underdevelopment but basic highlighting should already work.
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
- |uncheck| Control structures
|
- Control structures
|
||||||
|
|
||||||
- |uncheck| if()/elseif()/else()endif()
|
- if()/elseif()/else()endif()
|
||||||
- |uncheck| foreach()/endforeach()
|
- foreach()/endforeach()
|
||||||
- |uncheck| while()/endwhile()
|
- while()/endwhile()
|
||||||
|
|
||||||
- |uncheck| Command definitions
|
- Command definitions
|
||||||
|
|
||||||
- |uncheck| macro()/endmacro()
|
- macro()/endmacro()
|
||||||
- |uncheck| function()/endfunction()
|
- function()/endfunction()
|
||||||
|
|
||||||
- |uncheck| Add grammar rules for comments
|
- Add grammar rules for comments
|
||||||
|
|
||||||
- |uncheck| Bracket Comment
|
- Bracket Comment
|
||||||
- |uncheck| Line Comment
|
- Line Comment
|
||||||
|
|
||||||
- |uncheck| Create an quoted argument external scanner
|
- Create an quoted argument external scanner
|
||||||
|
|
||||||
.. |check| raw:: html
|
|
||||||
|
|
||||||
<input checked="" type="checkbox">
|
|
||||||
|
|
||||||
.. |uncheck| raw:: html
|
|
||||||
|
|
||||||
<input type="checkbox">
|
|
||||||
|
|
Loading…
Reference in a new issue