This commit is contained in:
Daniel Fichtinger 2025-06-24 16:04:53 -04:00
commit e08d2433fb
7 changed files with 669 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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).