File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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).
Original file line number Diff line number Diff 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.
214214This should be bumped whenever a language submodule is updated, which should be
215215infrequent (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/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
You can’t perform that action at this time.
0 commit comments