Update changelog and parser docs for recent additions

pull/230/head
Wilfred Hughes 2022-04-02 17:21:39 +07:00
parent 28c6e35943
commit 03b8a4cb5a
3 changed files with 3 additions and 1 deletions

@ -2,7 +2,7 @@
### Parsing
Added Gleam support.
Added Gleam and Zig support.
### Command Line Interface

@ -13,6 +13,7 @@ tool that understands syntax. It supports the following languages:
* Dart
* Elixir
* Emacs Lisp
* Gleam
* Go
* Haskell
* Janet

@ -14,6 +14,7 @@ Difftastic uses the following tree-sitter parsers:
| Dart | [UserNobody14/tree-sitter-dart](https://github.com/UserNobody14/tree-sitter-dart) |
| Elixir | [elixir-lang/tree-sitter-elixir](https://github.com/elixir-lang/tree-sitter-elixir) |
| Emacs Lisp | [wilfred/tree-sitter-elisp](https://github.com/Wilfred/tree-sitter-elisp) |
| Gleam | [gleam-lang/tree-sitter-gleam](https://github.com/gleam-lang/tree-sitter-gleam) |
| Go | [tree-sitter/tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go) |
| Haskell | [tree-sitter/tree-sitter-haskell](https://github.com/tree-sitter/tree-sitter-haskell) |
| Janet | [sogaiu/tree-sitter-janet-simple](https://github.com/sogaiu/tree-sitter-janet-simple) |