mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
4 lines
145 B
Plaintext
4 lines
145 B
Plaintext
{ draggedFileExtensions = ( txt );
|
|
command = '#!/usr/bin/env ruby18 -wKU\nputs "» #{ENV[\'TM_DROPPED_FILE\']}"\n';
|
|
output = insertAsSnippet;
|
|
} |