Description
Enables Tree-sitter-based editors and tools to parse C source code. It helps provide syntax highlighting, structural navigation, symbol-aware tooling, and queries for C projects.
A syntax grammar does not detect memory safety or compiler issues by itself. Continue using compilers, linters, and tests for correctness.