tree-sitter-cmake/README.rst
2021-05-28 22:51:24 +02:00

15 lines
435 B
ReStructuredText

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