| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-15 | highlights: use @preproc where appropriate | ObserverOfTime | |
| 2022-09-06 | feat(spell): upstream spell queries from spellsitter | Lewis Russell | |
| 2022-05-21 | highlights(latex): only highlight command name, not whole command | Stephan Seitz | |
| 2022-04-15 | latex: capture math env contents | Christian Clason | |
| 2022-04-14 | latex: update queries | Christian Clason | |
| 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-02-27 | fix(latex): update parser and queries | Christian Clason | |
| 2022-02-19 | fix(latex): update parser and query (#2547) | Christian Clason | |
| 2022-02-16 | fix(latex): some highlight query fixes (#2534) | Christian Clason | |
| * add \caption to @function * only highlight contents of curly text groups in references | |||
| 2022-02-05 | refactor(latex): improve queries (#2457) | Christian Clason | |
| 2022-02-04 | injections(latex): add support for minted language injection | Stephan Seitz | |
| 2022-02-04 | chore(latex)!: update parser and queries (#2436) | Christian Clason | |
| BREAKING CHANGE: queries for latex need adaptation | |||
| 2022-01-13 | Add a missing LaTeX hightlight. | Jendrik Stelzner | |
| Add \eqref to the list of referencing commands. | |||
| 2022-01-12 | Add LaTeX highlights: addpart, addchap, addsec. | Jendrik Stelzner | |
| Add highlight for the LaTeX sectioning commands \addpart, \addchap, \addsec and their starred variants. | |||
| 2021-07-01 | feat: add comment highlighting in LaTeX | Ashish Panigrahi | |
| 2021-06-30 | highlights(latex): highlight chapter*, section*, part* ... | Stephan Seitz | |
| Fixes #1454 | |||
| 2021-05-17 | highlights(latex): use any-of? | Stephan Seitz | |
| 2021-05-17 | highlights(latex): add more math environments | Stephan Seitz | |
| Fix #1293 | |||
| 2021-05-17 | highlights(latex): add more commands | Stephan Seitz | |
| 2021-05-12 | highlights(latex): fix regexes with backslashes | Stephan Seitz | |
| https://github.com/neovim/neovim/pull/14382 requires to escape `\` is regexes if they are verbatim `\` They change in Neovim was incompatible so people that are still behind that revision will have this regex not matching (but it should at least not error) | |||
| 2021-03-30 | Add text.reference and text.environment | Stephan Seitz | |
| 2021-03-30 | latex: add TSMath that behaves like vimtex math highlighting | Stephan Seitz | |
| 2021-03-30 | feat: Add Latex basic highlights and folds | Stephan Seitz | |
| Fix #1104 | |||
