aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Fu2024-12-23 18:51:51 -0800
committerYuan Fu2024-12-23 18:52:41 -0800
commit7ac7ebef6cde9942905c45126cc6ef2bab01dc10 (patch)
tree9adece8ae6a05c1663f63528d0f191b803fe8df8
parent32ad7342893833058ca2f7f8eca667bd32d42ea0 (diff)
downloademacs-7ac7ebef6cde9942905c45126cc6ef2bab01dc10.tar.gz
emacs-7ac7ebef6cde9942905c45126cc6ef2bab01dc10.zip
; Update c-ts-mode and c++-ts-mode's verified revision
* lisp/progmodes/c-ts-mode.el: Update revision.
-rw-r--r--lisp/progmodes/c-ts-mode.el4
1 files changed, 2 insertions, 2 deletions
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 @@
25;;; Tree-sitter language versions 25;;; Tree-sitter language versions
26;; 26;;
27;; c-ts-mode is known to work with the following languages and version: 27;; c-ts-mode is known to work with the following languages and version:
28;; - tree-sitter-c: v0.20.8-61-g3efee11 28;; - tree-sitter-c: v0.23.4
29;; 29;;
30;; c++-ts-mode is known to work with the following languages and version: 30;; c++-ts-mode is known to work with the following languages and version:
31;; - tree-sitter-cpp: v0.20.5-49-gf41b4f6 31;; - tree-sitter-cpp: v0.23.4-1-gf41b4f6
32;; 32;;
33;; We try our best to make builtin modes work with latest grammar 33;; We try our best to make builtin modes work with latest grammar
34;; versions, so a more recent grammar version has a good chance to work. 34;; versions, so a more recent grammar version has a good chance to work.