12 lines
535 B
Markdown
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).
|