File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.10.7 - 2021-09-18
6
+
5
7
## 0.10.6 - 2021-09-18
6
8
- Improved highlighting of arrow function parameters in ` javascript ` and ` typescript ` .
7
9
- Improved general highlighting for ` ruby ` .
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ latest commit."
210
210
; ; ---------------------------------------------------------------------------
211
211
; ;; Building language grammars.
212
212
213
- (defconst tree-sitter-langs--bundle-version " 0.10.6 "
213
+ (defconst tree-sitter-langs--bundle-version " 0.10.7 "
214
214
" Version of the grammar bundle.
215
215
This should be bumped whenever a language submodule is updated, which should be
216
216
infrequent (grammar-only changes). It is different from the version of
Original file line number Diff line number Diff line change 5
5
; ; Author: Tuấn-Anh Nguyễn <ubolonton@gmail.com>
6
6
; ; Keywords: languages tools parsers tree-sitter
7
7
; ; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8
- ; ; Version: 0.10.6
8
+ ; ; Version: 0.10.7
9
9
; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
10
10
; ; SPDX-License-Identifier: MIT
11
11
You can’t perform that action at this time.
0 commit comments