Version 0.2.1 of package Lisp-Ts-Mode has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Lisp-Ts-Mode describes itself as: ================================== lisp-mode with tree-sitter support ================================== More at https://elpa.gnu.org/packages/lisp-ts-mode.html ## Summary: ━━━━━━━━━━━━━━ LISP-TS-MODE ━━━━━━━━━━━━━━ A tree-sitter alternative to `lisp-mode' which uses [this grammar]. Table of Contents ───────────────── 1. Why? 2. Getting started 3. `FORMAT' directive indentation 4. Font lock [this grammar] <https://codeberg.org/zshaftel/tree-sitter-cl-syntax> 1 Why? ══════ The killer feature of this mode is the `FORMAT' string support. Using a specialized embedded grammar for format strings enables format directive font-lock and indentation. Trust me, the font-lock helps *a lot* when writing intricate format strings. The indentation is more niche and can be customized or simply disabled, see 3. A sample, showing off both indentation and font-lock: ## Recent NEWS: [Not provided 🙁]
