Add math mode snippets

master
Hektor Misplon 2023-05-19 19:35:07 +02:00
parent fba5adce5d
commit bdb1444d01
1 changed files with 6 additions and 5 deletions

View File

@ -251,15 +251,16 @@ $1
\end{bmatrix}
endsnippet
snippet $
$$1$$2
# Insert anything after m/M in math mode
snippet "(\b)m(.*)" "MathJax" r
`!p snip.rv = match.group(1) + "$" + match.group(2) + "$"`
endsnippet
snippet $$
snippet (\b)M(.*) "MathJax block" irw
$$
$1
`!p snip.rv = match.group(2)`
$$
$2
endsnippet
# MathJax