Mention that Janet is supported

pull/188/head^2
Wilfred Hughes 2022-03-29 19:50:25 +07:00
parent 48cf4ece6d
commit 646ab39cbb
4 changed files with 5 additions and 0 deletions

@ -15,6 +15,8 @@ syntactic changes".
Fixed an issue in C and C++ where blank lines were highlighted after
novel preprocessor lines.
Added support for Janet.
## 0.24 (release 26th March 2022)
### Diffing

@ -50,6 +50,7 @@ Difftastic supports the following languages:
* Emacs Lisp
* Go
* Haskell
* Janet
* Java
* JavaScript (and JSX)
* JSON

@ -16,6 +16,7 @@ tool that understands syntax. It supports the following languages:
* Go
* Hack
* Haskell
* Janet
* Java
* JavaScript (and JSX)
* JSON

@ -16,6 +16,7 @@ Difftastic uses the following tree-sitter parsers:
| Emacs Lisp | [wilfred/tree-sitter-elisp](https://github.com/Wilfred/tree-sitter-elisp) |
| 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) |
| Java | [tree-sitter/tree-sitter-java](https://github.com/tree-sitter/tree-sitter-java) |
| JavaScript, JSX | [tree-sitter/tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript) |
| JSON | [tree-sitter/tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json) |