Tree-sitter is a parser generator tool and an incremental parsing
library. It can build a concrete syntax tree for a source file
and efficiently update the syntax tree as the source file is
edited. Tree-sitter aims to be:
* General enough to parse any programming language
* Fast enough to parse on every keystroke in a text editor
* Robust enough to provide useful results even in the presence
of syntax errors
* Dependency-free so that the runtime library (which is written
in pure C) can be embedded in any application
Update Information:
Update to tree-sitter 0.25.2 and emacs 30.1.
* Tue Feb 25 2025 Peter Oliver
[ 1 ] Bug #2343305 - tree-sitter-0.25.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2343305
[ 2 ] Bug #2347206 - emacs-30.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2347206
This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2025-5b272a55b8' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
Get the latest Linux and open source security news straight to your inbox.