gillescastel / latex-snippets

Vim + LaTeX snippets setup
MIT License
1.03k stars 201 forks source link

Dynamically get math zones using 'syntax list @texMathZones'. #8

Closed jvdoorn closed 3 years ago

jvdoorn commented 4 years ago

Implements the changes as described in #7.

Konfekt commented 3 years ago

This is the most correct way to do it for Vim's built-in TeX syntax, but does not seem to work for vimtex's new syntax. For all practial ends, #14 seems sufficient though.