File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.12.1 - 2022-08-21
6+
57## 0.12.0 - 2022-05-08
68- Used a different ` hcl ` grammar.
79- Added support for mode-specific highlighting patterns.
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ latest commit."
226226; ; ---------------------------------------------------------------------------
227227; ;; Building language grammars.
228228
229- (defconst tree-sitter-langs--bundle-version " 0.12.0 "
229+ (defconst tree-sitter-langs--bundle-version " 0.12.1 "
230230 " Version of the grammar bundle.
231231This should be bumped whenever a language submodule is updated, which should be
232232infrequent (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/emacs-tree-sitter/tree-sitter-langs
8- ; ; Version: 0.12.0
8+ ; ; Version: 0.12.1
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