Update README
This commit is contained in:
parent
672fb317c4
commit
ef1e551f91
11
README.rst
11
README.rst
|
@ -1,3 +1,14 @@
|
||||||
==============================
|
==============================
|
||||||
A Tree-sitter parser for CMake
|
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
|
||||||
|
|
Loading…
Reference in a new issue