tree-sitter-cmake

Crates.iotree-sitter-cmake
lib.rstree-sitter-cmake
version0.7.1
created_at2022-07-05 02:50:53.83011+00
updated_at2025-05-25 10:44:47.730168+00
descriptionCMake grammar for tree-sitter
homepage
repositoryhttps://github.com/uyha/tree-sitter-cmake
max_upload_size
id619395
size629,138
Access (Decodetalkers)

documentation

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
Commit count: 142

cargo fmt