rust-code-analysis/tree-sitter-ccomment
Alex ea3e026bb7
Update grammars (#1086)
* Bump tree-sitter to 0.22.6

* Bump tree-sitter-java to 0.21.0

* Bump tree-sitter-kotlin to 0.3.6

* Bump tree-sitter-typescript to 0.21.2

* Bump tree-sitter-javascript to 0.21.4

* Bump tree-sitter-python to 0.21.0

* Bump tree-sitter-rust to 0.21.2

* Bump tree-sitter-preproc to 0.20.2

* Bump tree-sitter-ccomment to 0.20.2

* Bump tree-sitter-mozcpp to 0.20.3

* Bump tree-sitter-mozjs to 0.20.2
2024-08-06 14:30:43 +02:00
..
bindings Update grammars (#1086) 2024-08-06 14:30:43 +02:00
corpus tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
examples tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
src Update ccomment grammar (#988) 2023-01-13 00:12:44 +01:00
.gitattributes tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
.gitignore Add tree-sitter-ccomment crate 2021-02-26 01:21:05 +01:00
.npmignore tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
Cargo.toml Update grammars (#1086) 2024-08-06 14:30:43 +02:00
LICENSE Fix copyright in some LICENSE files 2021-03-11 09:45:05 +01:00
README.md tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
binding.gyp Regenerate tree-sitter-ccoment grammar 2021-03-26 19:53:10 +01:00
grammar.js tree-sitter-ccomment: Do not pluralize the grammar 2021-02-25 20:12:14 +01:00
package.json Update ccomment grammar (#988) 2023-01-13 00:12:44 +01:00

README.md

tree-sitter-c

Build Status Build status

C grammar for tree-sitter. Adapted from this C99 grammar.