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