commit d866fff0a8152270efe316f0d84c26be19f3cfa3 parent a41710536d81a7d55ebb4857b6ad6e968f81782b Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Mon, 25 Aug 2025 08:27:48 +0200 Celebrate inclusion of lua-mode in core Emacs Diffstat:
| M | reviews/emacs/hype.org | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org @@ -47,6 +47,12 @@ that we can always use ~define-key~ and forget about ~bindings--define-key~, that ~defconst~ no longer causes pure-copying hazards… ** Programming +*** lua-mode +Imported from [[https://immerrr.github.io/lua-mode/][the historical thirdparty mode]]; an alternative to the +built-in lua-ts-mode. + +(Unfortunately [[https://cgit.git.savannah.gnu.org/cgit/emacs.git/commit/?id=0d3504227a67b56a8d1edc4758c66a05718dbd5a][the VCS history was squashed]], despite [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76650#90][efforts]] to +preserve it) *** tree-sitter **** Finer sexp movement (bug#73404, bug#76676) Sexp commands no longer "overshoot" in tree-sitter modes. For