File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
rust-code-analysis-book/src Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ Commit your changes and create a new pull request
3535
3636## Internal grammars
3737
38+ Update the version of ` tree-sitter-cli ` in the ` package.json ` file of the internal grammar and then install the updated version.
39+
3840Update dependency ` version ` field in ` Cargo.toml ` and ` enums/Cargo.toml ` . Below an example for the ` tree-sitter-ccomment ` grammar
3941
4042``` toml
Original file line number Diff line number Diff line change 33This is the list of programming languages parsed by
44** rust-code-analysis** .
55
6+ - [x] C
67- [x] C++
8+ - [x] Mozcpp
9+ - [x] Ccomment
10+ - [x] Preproc
711- [x] Java
812- [x] JavaScript
9- - [x] The JavaScript used in Firefox internal
10- - [ ] Kotlin
13+ - [x] Mozjs
1114- [x] Python
1215- [x] Rust
1316- [x] Typescript
14-
15- A check indicates which languages have metrics implemented.
You can’t perform that action at this time.
0 commit comments