Autosave in Markdown
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
snippet hello "Hello World"
|
||||
snippet hello "Hello World"
|
||||
Hallo
|
||||
endsnippet
|
||||
|
||||
@@ -357,3 +357,13 @@ if ( fflush(stdout) ) {
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
endsnippet
|
||||
|
||||
snippet switch "Classic C switch statement" b
|
||||
switch(${1:Expression}) {
|
||||
case $3:
|
||||
$4
|
||||
break;$5
|
||||
default:
|
||||
$2
|
||||
}$0
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user