/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>beforeRunningCommand</key>
  6. <string>nop</string>
  7. <key>command</key>
  8. <string>perl -pe 's/--(\[|\])(\[|\])//g'</string>
  9. <key>fallbackInput</key>
  10. <string>none</string>
  11. <key>input</key>
  12. <string>selection</string>
  13. <key>keyEquivalent</key>
  14. <string>~C</string>
  15. <key>name</key>
  16. <string>Block uncomment</string>
  17. <key>output</key>
  18. <string>replaceSelectedText</string>
  19. <key>uuid</key>
  20. <string>F64EA58A-84FE-45DA-A7DB-FA724773CD7D</string>
  21. </dict>
  22. </plist>