diff --git a/DragCommands/Anchor Tag.plist b/DragCommands/Anchor Tag.plist index 8592376..cb51864 100644 --- a/DragCommands/Anchor Tag.plist +++ b/DragCommands/Anchor Tag.plist @@ -5,23 +5,6 @@ command title=`echo $TM_DROPPED_FILE | perl -pe 's/^(.*\/)?(.*?)(\..*)?$/$2/g'` echo -n "<a href=\"$TM_DROPPED_FILE\" id=\"\" title=\"\${1:$title}\">\${1:$title}</a>" - documentExtensions - - html - htm - rhtml - shtml - phtml - php - php3 - php4 - php5 - inc - cfm - cfml - dbm - dbml - draggedFileExtensions html diff --git a/DragCommands/CSS Link.plist b/DragCommands/CSS Link.plist index 2d0e61b..01b30e7 100644 --- a/DragCommands/CSS Link.plist +++ b/DragCommands/CSS Link.plist @@ -4,23 +4,6 @@ command echo "<link rel=\"stylesheet\" href=\"$TM_DROPPED_FILE\" type=\"text/css\" media=\"screen\" title=\"no title\" charset=\"utf-8\" />" - documentExtensions - - html - htm - rhtml - shtml - phtml - php - php3 - php4 - php5 - inc - cfm - cfml - dbm - dbml - draggedFileExtensions css diff --git a/DragCommands/Image Tag.plist b/DragCommands/Image Tag.plist index ae7c85a..f794836 100644 --- a/DragCommands/Image Tag.plist +++ b/DragCommands/Image Tag.plist @@ -14,23 +14,6 @@ base=${img##*/} alt=$(tr <<<${base%.*} '[_-]' ' '|perl -pe 's/(\w+)/\u$1/g') echo -n "alt=\"\${1:$alt}\" />" - documentExtensions - - html - htm - rhtml - shtml - phtml - php - php3 - php4 - php5 - inc - cfm - cfml - dbm - dbml - draggedFileExtensions png