From: Yuan Fu Date: Tue, 24 Dec 2024 02:51:51 +0000 (-0800) Subject: ; Update c-ts-mode and c++-ts-mode's verified revision X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42e218ebbfc738d9f4767eb8600482756b351cc2;p=emacs.git ; Update c-ts-mode and c++-ts-mode's verified revision * lisp/progmodes/c-ts-mode.el: Update revision. (cherry picked from commit 7ac7ebef6cde9942905c45126cc6ef2bab01dc10) --- diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 67ccbb8594b..90e73260b9b 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -25,10 +25,10 @@ ;;; 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.