We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f4929 commit 7d7081aCopy full SHA for 7d7081a
1 file changed
README.md
@@ -2,4 +2,17 @@
2
3
[](https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/rust-code-analysis/master/latest)
4
5
-The goal of this project is to be able to analyse Rust source code.
+This project is a Rust crate (library) to analyse source code. This software is based on [Tree Sitter](https://github.com/tree-sitter/tree-sitter).
6
+
7
+It supports several languages:
8
+* C++
9
+* C#
10
+* CSS
11
+* Go
12
+* HTML
13
+* Java
14
+* JavaScript
15
+* The JavaScript used in Firefox internal
16
+* Python
17
+* Rust
18
+* Typescript
0 commit comments