latest WIP
This commit is contained in:
18
Sublime/Puppet/Snippets/else.tmSnippet
Normal file
18
Sublime/Puppet/Snippets/else.tmSnippet
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>content</key>
|
||||
<string>else {
|
||||
${1:# enter puppet code}
|
||||
}$0</string>
|
||||
<key>name</key>
|
||||
<string>else</string>
|
||||
<key>scope</key>
|
||||
<string>source.puppet</string>
|
||||
<key>tabTrigger</key>
|
||||
<string>else</string>
|
||||
<key>uuid</key>
|
||||
<string>B3E52D1C-3A49-44FA-8D1E-2910567F22C4</string>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user