Skip to content

Commit

Permalink
Update changelog and parser docs for recent additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Apr 3, 2022
1 parent 28c6e35 commit 03b8a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Parsing

Added Gleam support.
Added Gleam and Zig support.

### Command Line Interface

Expand Down
1 change: 1 addition & 0 deletions manual/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tool that understands syntax. It supports the following languages:
* Dart
* Elixir
* Emacs Lisp
* Gleam
* Go
* Haskell
* Janet
Expand Down
1 change: 1 addition & 0 deletions manual/src/upstream_parsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit 03b8a4c

Please sign in to comment.