doc: update README
This commit is contained in:
parent
d3f2a7595a
commit
4864abb95a
|
@ -2,8 +2,8 @@
|
||||||
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`.
|
This project provides a `cmake` parser. Its primary use case is to provide a `cmake`
|
||||||
|
parser for `nvim-treesitter`.
|
||||||
|
|
||||||
Parsed syntax
|
Parsed syntax
|
||||||
=============
|
=============
|
||||||
|
@ -22,10 +22,8 @@ Parsed syntax
|
||||||
- Unquoted arguments
|
- Unquoted arguments
|
||||||
- Parentheses
|
- Parentheses
|
||||||
|
|
||||||
- Variable refences
|
- Variable references
|
||||||
|
|
||||||
- Environment and cache variables
|
- Environment and cache variables
|
||||||
- Normal variables
|
- Normal variables
|
||||||
|
|
||||||
- Generator expression
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue