Skip to content

Commit

Permalink
Document SCSS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Oct 12, 2023
1 parent 81714c1 commit 69060fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.53 (unreleased)

### Parsing

Added support for SCSS.

### Command Line Interface

Added the option `--strip-cr`. This removes all carriage return
Expand Down
1 change: 1 addition & 0 deletions manual/src/languages_supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ with `difft --list-languages`.
| JSON | [tree-sitter/tree-sitter-json](https://github.com/tree-sitter/tree-sitter-json) |
| LaTeX | [latex-lsp/tree-sitter-latex](https://github.com/latex-lsp/tree-sitter-latex) |
| Newick | [delehef/tree-sitter-newick](https://github.com/delehef/tree-sitter-newick) |
| SCSS | [serenadeai/tree-sitter-scss](https://github.com/serenadeai/tree-sitter-scss) |
| TOML | [ikatyang/tree-sitter-toml](https://github.com/ikatyang/tree-sitter-toml) |
| XML | [ObserverOfTime/tree-sitter-xml](https://github.com/ObserverOfTime/tree-sitter-xml) |
| YAML | [ikatyang/tree-sitter-yaml](https://github.com/ikatyang/tree-sitter-yaml) |
Expand Down

0 comments on commit 69060fd

Please sign in to comment.