File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+
5
+ ## 0.12.0 - 2022-05-08
4
6
- Used a different ` hcl ` grammar.
5
7
- Added support for mode-specific highlighting patterns.
6
8
- Added highlighting patterns for ` terraform-mode ` .
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ latest commit."
226
226
; ; ---------------------------------------------------------------------------
227
227
; ;; Building language grammars.
228
228
229
- (defconst tree-sitter-langs--bundle-version " 0.11.6 "
229
+ (defconst tree-sitter-langs--bundle-version " 0.12.0 "
230
230
" Version of the grammar bundle.
231
231
This should be bumped whenever a language submodule is updated, which should be
232
232
infrequent (grammar-only changes). It is different from the version of
Original file line number Diff line number Diff line change 5
5
; ; Author: Tuấn-Anh Nguyễn <ubolonton@gmail.com>
6
6
; ; Keywords: languages tools parsers tree-sitter
7
7
; ; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
8
- ; ; Version: 0.11.6
8
+ ; ; Version: 0.12.0
9
9
; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
10
10
; ; SPDX-License-Identifier: MIT
11
11
You can’t perform that action at this time.
0 commit comments