diff options
| -rw-r--r-- | lisp/progmodes/lua-ts-mode.el | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Tree-sitter language versions | 24 | ;;; Tree-sitter language versions |
| 25 | ;; | 25 | ;; |
| 26 | ;; lua-ts-mode is known to work with the following languages and version: | 26 | ;; lua-ts-mode has been tested with the following grammars and version: |
| 27 | ;; - tree-sitter-lua: v0.2.0-2-g34e60e7 | 27 | ;; - tree-sitter-lua: v0.3.0-1-gdb16e76 |
| 28 | ;; | 28 | ;; |
| 29 | ;; We try our best to make builtin modes work with latest grammar | 29 | ;; We try our best to make builtin modes work with latest grammar |
| 30 | ;; versions, so a more recent grammar version has a good chance to work. | 30 | ;; versions, so a more recent grammar has a good chance to work too. |
| 31 | ;; Send us a bug report if it doesn't. | 31 | ;; Send us a bug report if it doesn't. |
| 32 | 32 | ||
| 33 | ;;; Commentary: | 33 | ;;; Commentary: |