; 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)
This commit is contained in:
john muhl 2025-03-21 14:10:36 -05:00 committed by Eli Zaretskii
parent 0d654a10c9
commit cf7fdd374a

View file

@ -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: