tree-sitter-latex/README.md
2025-06-24 16:04:53 -04:00

12 lines
535 B
Markdown

# LaTeX Tree-Sitter Queries
## Purpose
This repository contains slightly modified versions of Helix's tree-sitter
queries that I've adapted for my own personal use with `kak-tree-sitter`.
The files in this repository were taken and adapted from
[Helix LaTeX queries](https://github.com/helix-editor/helix/tree/master/runtime/queries/typescript)
and are then licensed under the
[Mozilla Public License 2.0](https://github.com/helix-editor/helix/blob/master/LICENSE).
Modifications made by myself are licensed under [ISC](./LICENSE).