We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the environment empheq is not considered a math environment:
empheq
\begin{empheq}{align*} a&=b \tag{*}\\ E&=mc^2 + \int_a^a x\, dx \end{empheq}
The package is hosted on github in the repository https://github.com/latex3/mathtools
Affected parts of vimtex are concealment, the options
and the helper function
vimtex#syntax#in_mathzone
The text was updated successfully, but these errors were encountered:
I have added myself:
❯ cat autoload/vimtex/syntax/p/empheq.vim
" VimTeX - LaTeX plugin for Vim " " Maintainer: Karl Yngve Lervåg " Email: karl.yngve@gmail.com " scriptencoding utf-8 function! vimtex#syntax#p#empheq#load(cfg) abort " {{{1 call vimtex#syntax#core#new_region_math('empheq') endfunction
Sorry, something went wrong.
I see no reason to not just add this...
feat(syntax): support for empheq package
e144cc4
refer: #2643
No branches or pull requests
Currently, the environment
empheq
is not considered a math environment:The package is hosted on github in the repository https://github.com/latex3/mathtools
Affected parts of vimtex are concealment, the options
and the helper function
vimtex#syntax#in_mathzone
e.g. used by https://github.com/iurimateus/luasnip-latex-snippets.nvimThe text was updated successfully, but these errors were encountered: