about summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/types.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/types.rb b/data/types.rb
index 97648ec0..698a3d98 100644
--- a/data/types.rb
+++ b/data/types.rb
@@ -20,6 +20,11 @@ class Directory::Entry
 			use.rake
 		end
 
+		## then at the extension
+		case @ext
+		when 'svg'
+			use.firefox
+		end
 
 		## then look at the mime-type
 		case @mimetype
@@ -49,7 +54,7 @@ class Directory::Entry
 		end
 
 
-		## then at the extension
+		## then at the extension again
 		case @ext
 		when 'swc', 'smc'
 			use.zsnes