nvim-treesitter/queries/latex/folds.scm
Christian Clason 94f19cad29 latex: update queries
Make use of parser updates
* add `\{re}newenvironment`
* add `\DeclarePairedDelimiter{X}`
* add `\title` and `\author`
* add optional arguments to sectioning commands
* use builtin nodes for math environments
2022-04-14 12:02:20 +02:00

14 lines
200 B
Scheme

[
(chapter)
(part)
(section)
(subsection)
(subsubsection)
(paragraph)
(subparagraph)
(generic_environment)
(math_environment)
(comment_environment)
(displayed_equation)
] @fold