Install yasnippet and vala-snippets packages
This commit is contained in:
8
elpa/yasnippet-20160924.2001/snippets/chef-mode/pac
Normal file
8
elpa/yasnippet-20160924.2001/snippets/chef-mode/pac
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: pac
|
||||
# key: pac
|
||||
# --
|
||||
package "${1:name}" do
|
||||
action :${2:install}
|
||||
version "${3:1.0-1}"
|
||||
end
|
Reference in New Issue
Block a user