[GNU ELPA] Lisp-Ts-Mode version 0.3.2
ELPA update <[email protected]> Sat, 01 Aug 2026 05:06:54 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 0.3.2 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:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
lisp-mode with tree-sitter support
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
More at https://elpa.gnu.org/packages/lisp-ts-mode.html
## Summary:
=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=
=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81
LISP-TS-MODE
=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=
=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81=E2=94=81
A tree-sitter alternative to `lisp-mode' which uses [this grammar].
Table of Contents
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80
1. Why?
2. Getting started
3. `FORMAT' directive indentation
4. Font lock
[this grammar] <https://codeberg.org/zshaftel/tree-sitter-cl-syntax>
1 Why?
=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90=E2=95=90
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 =F0=9F=99=81]