/Commands/Block uncomment.tmCommand
http://github.com/osadchuk/Corona-SDK.tmbundle · Unknown · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · 097a5a0b6cc07fe28647ab4049d1deed MD5 · raw file
- <?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>beforeRunningCommand</key>
- <string>nop</string>
- <key>command</key>
- <string>perl -pe 's/--(\[|\])(\[|\])//g'</string>
- <key>fallbackInput</key>
- <string>none</string>
- <key>input</key>
- <string>selection</string>
- <key>keyEquivalent</key>
- <string>~C</string>
- <key>name</key>
- <string>Block uncomment</string>
- <key>output</key>
- <string>replaceSelectedText</string>
- <key>uuid</key>
- <string>F64EA58A-84FE-45DA-A7DB-FA724773CD7D</string>
- </dict>
- </plist>