File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## Unreleased
4+
5+ ## 0.10.6-alpha - 2021-09-16
46- Improved highlighting of arrow function parameters in ` javascript ` and ` typescript ` .
57- Improved general highlighting for ` ruby ` .
68- Updated ` python ` grammar.
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ latest commit."
210210; ; ---------------------------------------------------------------------------
211211; ;; Building language grammars.
212212
213- (defconst tree-sitter-langs--bundle-version " 0.10.4 "
213+ (defconst tree-sitter-langs--bundle-version " 0.10.6-alpha "
214214 " Version of the grammar bundle.
215215This should be bumped whenever a language submodule is updated, which should be
216216infrequent (grammar-only changes). It is different from the version of
Original file line number Diff line number Diff line change 55; ; Author: Tuấn-Anh Nguyễn <ubolonton@gmail.com>
66; ; Keywords: languages tools parsers tree-sitter
77; ; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8- ; ; Version: 0.10.5
8+ ; ; Version: 0.10.6-alpha
99; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010; ; SPDX-License-Identifier: MIT
1111
You can’t perform that action at this time.
0 commit comments