]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update version comment in 'lua-ts-mode'
authorjohn muhl <jm@pub.pink>
Fri, 21 Mar 2025 19:10:36 +0000 (14:10 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Mar 2025 19:23:38 +0000 (20:23 +0100)
* 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)

lisp/progmodes/lua-ts-mode.el

index 31a1a2b8aeae58bbade1c3b27d1848a3c7a8cd86..cec7eae879f812585f6685dfbe0f391f68e2a357 100644 (file)
 
 ;;; 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: