Skip to content

Commit 68ef67d

Browse files
committed
Release 0.10.2
1 parent b2a9ffb commit 68ef67d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.10.2 - 2021-08-06
46
- Made Python variable highlighting for robust and consistent.
7+
- Added `hcl` grammar and hl query patterns.
58

69
## 0.10.1 - 2021-08-01
710
- Added `pgn` grammar (chess's Portable Game Notation).

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ latest commit."
209209
;; ---------------------------------------------------------------------------
210210
;;; Building language grammars.
211211

212-
(defconst tree-sitter-langs--bundle-version "0.10.1"
212+
(defconst tree-sitter-langs--bundle-version "0.10.2"
213213
"Version of the grammar bundle.
214214
This should be bumped whenever a language submodule is updated, which should be
215215
infrequent (grammar-only changes). It is different from the version of

tree-sitter-langs.el

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

0 commit comments

Comments
 (0)