Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyha/tree-sitter-cmake
A Tree-sitter parser for CMake
https://github.com/uyha/tree-sitter-cmake
cmake tree-sitter
Last synced: 13 days ago
JSON representation
A Tree-sitter parser for CMake
- Host: GitHub
- URL: https://github.com/uyha/tree-sitter-cmake
- Owner: uyha
- License: mit
- Created: 2021-04-06T20:50:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T00:37:52.000Z (about 1 month ago)
- Last Synced: 2024-10-14T04:46:59.533Z (about 1 month ago)
- Topics: cmake, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 896 KB
- Stars: 42
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============================
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`.Parsed syntax
=============- Command
- General commands
- For and while loops
- If conditions
- Functions and macros- Arguments
- Quoted arguments
- Bracket arguments
- Unquoted arguments
- Parentheses- Variable references
- Environment and cache variables
- Normal variables