init
This commit is contained in:
13
snippets/d-mode/ife
Normal file
13
snippets/d-mode/ife
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if … else
|
||||
# key: ife
|
||||
# --
|
||||
if ($1)
|
||||
{
|
||||
$2
|
||||
}
|
||||
else
|
||||
{
|
||||
$3
|
||||
}
|
||||
$0
|
||||
Reference in New Issue
Block a user