Skip to content

Commit 25de419

Browse files
committed
tree-sitter-langs 0.8.0
1 parent c523003 commit 25de419

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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.
5050
This is bumped whenever `tree-sitter-langs-repos' is updated, which should be
5151
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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:

0 commit comments

Comments
 (0)