Changelog update

This commit is contained in:
Maurício Szabo 2023-06-09 23:30:28 -03:00
parent 72d40e93e6
commit 1ffee2cd36

View File

@ -6,6 +6,7 @@
## [Unreleased]
- Bugfix: fixed Clojure indentation on tree-sitter
- Improved the Clojure language support by migrating it to tree-sitter and support block comments, quoting, and other advanced features on modern tree-sitter implementation
- Added a modern implementation of Tree-sitter grammars behind an experimental flag. Enable the “Use Modern Tree-Sitter Implementation” in the Core settings to try it out.