Skip to content

Commit 75c25e8

Browse files
alexle0nteLuni-4
authored andcommitted
Update documentation
1 parent d388d91 commit 75c25e8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

rust-code-analysis-book/src/developers/update-grammars.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3840
Update dependency `version` field in `Cargo.toml` and `enums/Cargo.toml`. Below an example for the `tree-sitter-ccomment` grammar
3941

4042
```toml

rust-code-analysis-book/src/languages.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
This 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.

0 commit comments

Comments
 (0)