We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237671f commit 29c84ceCopy full SHA for 29c84ce
autoload/vimtex/syntax/p/amsmath.vim
@@ -12,7 +12,6 @@ function! vimtex#syntax#p#amsmath#load(cfg) abort " {{{1
12
\ 'alignat',
13
\ 'flalign',
14
\ 'gather',
15
- \ 'mathpar',
16
\ 'multline',
17
\ 'xalignat',
18
\]
autoload/vimtex/syntax/p/mathpartir.vim
@@ -0,0 +1,18 @@
1
+" VimTeX - LaTeX plugin for Vim
2
+"
3
+" Maintainer: Karl Yngve Lervåg
4
+" Email: karl.yngve@gmail.com
5
6
+
7
+function! vimtex#syntax#p#mathpartir#load(cfg) abort " {{{1
8
+ call vimtex#syntax#core#new_env(#{
9
+ \ name: 'mathpar',
10
+ \ math: v:true
11
+ \})
+ \ name: 'mathparpagebreakable',
+endfunction
+" }}}1
0 commit comments