Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: if else statement
|
||||
# key: ife
|
||||
# --
|
||||
if (${1:condition}) {
|
||||
$2
|
||||
} else {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user