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 11# Changelog
22
33## 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+
49## 0.7.2 - 2020-10-03
510- Set ` tree-sitter-hl-default-patterns ` to nil if there is no query file, instead of signaling an error.
611
Original file line number Diff line number Diff line change 4545 (file-name-as-directory
4646 (concat tree-sitter-langs--dir " queries" )))
4747
48- (defconst tree-sitter-langs--bundle-version " 0.5 .0"
48+ (defconst tree-sitter-langs--bundle-version " 0.8 .0"
4949 " Version of the grammar bundle.
5050This is bumped whenever `tree-sitter-langs-repos' is updated, which should be
5151infrequent (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/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"))
1010; ; License: MIT
1111
1212; ;; Commentary:
You can’t perform that action at this time.
0 commit comments