mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
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
14 lines
200 B
Scheme
14 lines
200 B
Scheme
[
|
|
(chapter)
|
|
(part)
|
|
(section)
|
|
(subsection)
|
|
(subsubsection)
|
|
(paragraph)
|
|
(subparagraph)
|
|
|
|
(generic_environment)
|
|
(math_environment)
|
|
(comment_environment)
|
|
(displayed_equation)
|
|
] @fold
|