Install yasnippet and vala-snippets packages
This commit is contained in:
11
elpa/yasnippet-20160924.2001/snippets/chef-mode/python
Normal file
11
elpa/yasnippet-20160924.2001/snippets/chef-mode/python
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: python
|
||||
# key: python
|
||||
# --
|
||||
python "${1:install something}" do
|
||||
user "${2:root}"
|
||||
cwd "${3:/tmp}"
|
||||
code <<-EOH
|
||||
$0
|
||||
EOH
|
||||
end
|
Reference in New Issue
Block a user