Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: gen
|
||||
# key: gen
|
||||
# possibly add some smart control over the list
|
||||
# --
|
||||
all: ${1:targets}
|
||||
|
||||
$0
|
||||
|
||||
clean:
|
||||
${2:clean actions}
|
Reference in New Issue
Block a user