Files
openide/plugins/textmate/tests/testData/bundles/chef/Snippets/directory.tmSnippet
Alexandr Evstigneev b03f754824 IJPL-201509 TextMate plugin converted to v2
- remdev-friendly v2 layout
- tests moved to a separate module and merged
- introduced JBC plugin
- fe part located separately, see IJPL-179111

GitOrigin-RevId: 2f5b378387779fecccd2902e56bc5c4bd644650c
2025-08-12 11:24:57 +00:00

24 lines
572 B
Plaintext

<?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>directory "${1:/tmp/something}" do
owner "${2:root}"
group "${3:$2}"
mode "${4:0755}"
recursive true
action :create
end
</string>
<key>name</key>
<string>directory</string>
<key>scope</key>
<string>source.ruby.chef</string>
<key>tabTrigger</key>
<string>dir</string>
<key>uuid</key>
<string>486B3F9F-E3FC-496B-8708-ED4669B542D7</string>
</dict>
</plist>