File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.9.2 - 2021-02-12
6
+ - Added ` janet-simple ` grammars.
7
+ - Added minor updates to some other grammars.
8
+
5
9
## 0.9.1 - 2021-01-14
6
10
- Updated ` c-sharp ` grammar.
7
11
Original file line number Diff line number Diff line change 45
45
(file-name-as-directory
46
46
(concat tree-sitter-langs--dir " queries" )))
47
47
48
- (defconst tree-sitter-langs--bundle-version " 0.9.1 "
48
+ (defconst tree-sitter-langs--bundle-version " 0.9.2 "
49
49
" Version of the grammar bundle.
50
50
This is bumped whenever `tree-sitter-langs-repos' is updated, which should be
51
51
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/ubolonton/emacs-tree-sitter
8
- ; ; Version: 0.9.1
8
+ ; ; Version: 0.9.2
9
9
; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.12.2"))
10
10
; ; License: MIT
11
11
You can’t perform that action at this time.
0 commit comments