Update changelog and manual for Solidity support

pull/504/head
Wilfred Hughes 2023-04-12 00:56:13 +07:00
parent c6250163b1
commit efd57ddbae
2 changed files with 4 additions and 1 deletions

@ -1,6 +1,8 @@
## 0.47 (unreleased)
No changes.
### Parsing
Added support for Solidity.
## 0.46 (released 31st March 2023)

@ -45,6 +45,7 @@ with `difft --list-languages`.
| Ruby | [tree-sitter/tree-sitter-ruby](https://github.com/tree-sitter/tree-sitter-ruby) |
| Rust | [tree-sitter/tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) ([forked](https://github.com/Wilfred/tree-sitter-rust/tree/non_special_token)) |
| Scala | [tree-sitter/tree-sitter-scala](https://github.com/tree-sitter/tree-sitter-scala) |
| Solidity | [JoranHonig/tree-sitter-solidity](https://github.com/JoranHonig/tree-sitter-solidity) |
| SQL | [m-novikov/tree-sitter-sql](https://github.com/m-novikov/tree-sitter-sql) |
| Swift | [alex-pinkus/tree-sitter-swift](https://github.com/alex-pinkus/tree-sitter-swift) |
| TypeScript, TSX | [tree-sitter/tree-sitter-typescript](https://github.com/tree-sitter/tree-sitter-typescript) |