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 2
2
3
3
## Unreleased
4
4
5
+ ## 0.12.264 - 2025-03-09
6
+
5
7
## 0.12.263 - 2025-03-02
6
8
7
9
## 0.12.262 - 2025-02-24
Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ latest commit."
233
233
; ; ---------------------------------------------------------------------------
234
234
; ;; Building language grammars.
235
235
236
- (defconst tree-sitter-langs--bundle-version " 0.12.263 "
236
+ (defconst tree-sitter-langs--bundle-version " 0.12.264 "
237
237
" Version of the grammar bundle.
238
238
This should be bumped whenever a language submodule is updated, which should be
239
239
infrequent (grammar-only changes). It is different from the version of
Original file line number Diff line number Diff line change 6
6
; ; Maintainer: Jen-Chieh Shen <jcs090218@gmail.com>
7
7
; ; Keywords: languages tools parsers tree-sitter
8
8
; ; Homepage: https://github.com/emacs-tree-sitter/tree-sitter-langs
9
- ; ; Version: 0.12.263
9
+ ; ; Version: 0.12.264
10
10
; ; Package-Requires: ((emacs "25.1") (tree-sitter "0.15.0"))
11
11
; ; SPDX-License-Identifier: MIT
12
12
You can’t perform that action at this time.
0 commit comments