mirror of
https://github.com/textmate/textmate.git
synced 2026-02-14 16:34:57 -05:00
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
{ draggedFileExtensions = ( txt );
|
|
command = '#!/usr/bin/env ruby -wKU\nputs "» #{ENV[\'TM_DROPPED_FILE\']}"\n';
|
|
output = insertAsSnippet;
|
|
}
|