Files
textmate/Frameworks/BundleEditor/templates/Drag Command.plist
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

5 lines
144 B
Plaintext

{ draggedFileExtensions = ( txt );
command = '#!/usr/bin/env ruby -wKU\nputs "» #{ENV[\'TM_DROPPED_FILE\']}"\n';
output = insertAsSnippet;
}