Skip to content

Commit deb2d86

Browse files
committed
Release 0.12.0
1 parent eede960 commit deb2d86

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.12.0 - 2022-05-08
46
- Used a different `hcl` grammar.
57
- Added support for mode-specific highlighting patterns.
68
- Added highlighting patterns for `terraform-mode`.

tree-sitter-langs-build.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ latest commit."
226226
;; ---------------------------------------------------------------------------
227227
;;; Building language grammars.
228228

229-
(defconst tree-sitter-langs--bundle-version "0.11.6"
229+
(defconst tree-sitter-langs--bundle-version "0.12.0"
230230
"Version of the grammar bundle.
231231
This should be bumped whenever a language submodule is updated, which should be
232232
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Tuấn-Anh Nguyễn <ubolonton@gmail.com>
66
;; Keywords: languages tools parsers tree-sitter
77
;; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8-
;; Version: 0.11.6
8+
;; Version: 0.12.0
99
;; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
1010
;; SPDX-License-Identifier: MIT
1111

0 commit comments

Comments
 (0)