From 1669ad95a0909c24a69f20065b74af64810a8dcf Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Sun, 27 Jun 2021 13:17:54 +0200 Subject: [PATCH] Update README --- README.rst | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.rst b/README.rst index 1ee2af9..cac4e21 100644 --- a/README.rst +++ b/README.rst @@ -5,23 +5,3 @@ A Tree-sitter parser for CMake This project provides a `cmake` parser. Its primary use case is to provide a `cmake` parser for `nvim-treesitter`. The project is still underdevelopment but basic highlighting should already work. -TODO -==== - -- Control structures - - - if()/elseif()/else()endif() [DONE] - - foreach()/endforeach() [DONE] - - while()/endwhile() [DONE] - -- Command definitions - - - macro()/endmacro() [DONE] - - function()/endfunction() [DONE] - -- Add grammar rules for comments - - - Bracket Comment - - Line Comment - -- Create an quoted argument external scanner