New Snippets for all filetypes

This commit is contained in:
2023-07-31 18:09:26 +02:00
parent a323c503b5
commit 092db34f94
6 changed files with 28 additions and 26 deletions

View File

@@ -679,12 +679,3 @@ snippet cotable "create table with code extension" i
\table ${1:row} ${2:column} ${3:Title}
endsnippet
snippet solve "Solve a latex equation"
${1:1*1}`!p rv = ""
try:
rv = eval(t[1])
except SyntaxError:
rv = "?"
snip.rv = f" = {rv}"`
endsnippet