summaryrefslogtreecommitdiff
path: root/queries/latex
AgeCommit message (Collapse)Author
2022-10-15highlights: use @preproc where appropriateObserverOfTime
2022-09-06feat(spell): upstream spell queries from spellsitterLewis Russell
2022-05-21highlights(latex): only highlight command name, not whole commandStephan Seitz
2022-04-15latex: capture math env contentsChristian Clason
2022-04-14latex: update queriesChristian 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-27fix(latex): update parser and queriesChristian Clason
2022-02-19fix(latex): update parser and query (#2547)Christian Clason
2022-02-16fix(latex): some highlight query fixes (#2534)Christian Clason
* add \caption to @function * only highlight contents of curly text groups in references
2022-02-05refactor(latex): improve queries (#2457)Christian Clason
2022-02-04injections(latex): add support for minted language injectionStephan Seitz
2022-02-04chore(latex)!: update parser and queries (#2436)Christian Clason
BREAKING CHANGE: queries for latex need adaptation
2022-01-13Add a missing LaTeX hightlight.Jendrik Stelzner
Add \eqref to the list of referencing commands.
2022-01-12Add LaTeX highlights: addpart, addchap, addsec.Jendrik Stelzner
Add highlight for the LaTeX sectioning commands \addpart, \addchap, \addsec and their starred variants.
2021-07-01feat: add comment highlighting in LaTeXAshish Panigrahi
2021-06-30highlights(latex): highlight chapter*, section*, part* ...Stephan Seitz
Fixes #1454
2021-05-17highlights(latex): use any-of?Stephan Seitz
2021-05-17highlights(latex): add more math environmentsStephan Seitz
Fix #1293
2021-05-17highlights(latex): add more commandsStephan Seitz
2021-05-12highlights(latex): fix regexes with backslashesStephan 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-30Add text.reference and text.environmentStephan Seitz
2021-03-30latex: add TSMath that behaves like vimtex math highlightingStephan Seitz
2021-03-30feat: Add Latex basic highlights and foldsStephan Seitz
Fix #1104