From ef1e551f919938537d9940742b4ccd6eb0e56afb Mon Sep 17 00:00:00 2001 From: Uy Ha Date: Fri, 28 May 2021 22:51:24 +0200 Subject: [PATCH] Update README --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 1b53312..796efb3 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,14 @@ ============================== 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 +==== + +- [ ] Add grammar rules for comments: + - [ ] Bracket Comment + - [ ] Line Comment +- [ ] Create an quoted argument external scanner