Skip to content

Commit 7d7081a

Browse files
authored
Improve the readme
1 parent d9f4929 commit 7d7081a

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,17 @@
22

33
[![Task Status](https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/rust-code-analysis/master/badge.svg)](https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/rust-code-analysis/master/latest)
44

5-
The goal of this project is to be able to analyse Rust source code.
5+
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

Comments
 (0)