File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+
5
+ ## 0.8.0 - 2020-12-15
6
+ - Added ` elm ` .
7
+ - Handled underscores in language names correctly. This enabled using ` c-sharp ` instead of ` c_sharp ` .
8
+
4
9
## 0.7.2 - 2020-10-03
5
10
- Set ` tree-sitter-hl-default-patterns ` to nil if there is no query file, instead of signaling an error.
6
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.5 .0"
48
+ (defconst tree-sitter-langs--bundle-version " 0.8 .0"
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.7.2
9
- ; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.9 .2"))
8
+ ; ; Version: 0.8.0
9
+ ; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.12 .2"))
10
10
; ; License: MIT
11
11
12
12
; ;; Commentary:
You can’t perform that action at this time.
0 commit comments