Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: ifthenelse
|
||||
# key: if
|
||||
# --
|
||||
if ${1:cond} then
|
||||
$2
|
||||
else
|
||||
$0
|
Reference in New Issue
Block a user