mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9 lines
156 B
Text
Executable file
9 lines
156 B
Text
Executable file
# snippets for making snippets :)
|
|
snippet snip
|
|
snippet ${1:trigger}
|
|
${2}
|
|
snippet msnip
|
|
snippet ${1:trigger} ${2:description}
|
|
${3}
|
|
snippet v
|
|
{VISUAL}
|