16 lines
159 B
Plaintext
16 lines
159 B
Plaintext
snippet sh "sh"
|
|
\`\`\`\{bash\}
|
|
$0
|
|
\`\`\`
|
|
endsnippet
|
|
|
|
snippet R "R"
|
|
\`\`\`\{r\}
|
|
$0
|
|
\`\`\`
|
|
endsnippet
|
|
|
|
snippet url "URL"
|
|
[${1:link text}](${2:url})$0
|
|
endsnippet
|