]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update c-ts-mode and c++-ts-mode's verified revision
authorYuan Fu <casouri@gmail.com>
Tue, 24 Dec 2024 02:51:51 +0000 (18:51 -0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Dec 2024 15:30:03 +0000 (16:30 +0100)
* lisp/progmodes/c-ts-mode.el: Update revision.

(cherry picked from commit 7ac7ebef6cde9942905c45126cc6ef2bab01dc10)

lisp/progmodes/c-ts-mode.el

index 67ccbb8594bfaa5cca94108ec6c1676f722c6dd3..90e73260b9be7d270cdf5bafff81a8644115d721 100644 (file)
 ;;; Tree-sitter language versions
 ;;
 ;; c-ts-mode is known to work with the following languages and version:
-;; - tree-sitter-c: v0.20.8-61-g3efee11
+;; - tree-sitter-c: v0.23.4
 ;;
 ;; c++-ts-mode is known to work with the following languages and version:
-;; - tree-sitter-cpp: v0.20.5-49-gf41b4f6
+;; - tree-sitter-cpp: v0.23.4-1-gf41b4f6
 ;;
 ;; We try our best to make builtin modes work with latest grammar
 ;; versions, so a more recent grammar version has a good chance to work.