From: john muhl Date: Fri, 21 Mar 2025 19:10:36 +0000 (-0500) Subject: ; Update version comment in 'lua-ts-mode' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2a3b648352f0f5f80a74029fad65065a2022b49;p=emacs.git ; Update version comment in 'lua-ts-mode' * lisp/progmodes/lua-ts-mode.el: Update comment for version 0.3.0 of tree-sitter-lua grammar. (Bug#77158) (cherry picked from commit cf7fdd374ac96ddd53a026bda2aa2b7211e5ee70) --- diff --git a/lisp/progmodes/lua-ts-mode.el b/lisp/progmodes/lua-ts-mode.el index 31a1a2b8aea..cec7eae879f 100644 --- a/lisp/progmodes/lua-ts-mode.el +++ b/lisp/progmodes/lua-ts-mode.el @@ -23,11 +23,11 @@ ;;; Tree-sitter language versions ;; -;; lua-ts-mode is known to work with the following languages and version: -;; - tree-sitter-lua: v0.2.0-2-g34e60e7 +;; lua-ts-mode has been tested with the following grammars and version: +;; - tree-sitter-lua: v0.3.0-1-gdb16e76 ;; ;; 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. +;; versions, so a more recent grammar has a good chance to work too. ;; Send us a bug report if it doesn't. ;;; Commentary: