mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Remove OBJ files as support solids
This commit is contained in:
@@ -155,7 +155,7 @@ module Linguist
|
||||
#
|
||||
# Return true or false
|
||||
def solid?
|
||||
['.stl', '.obj'].include?(extname)
|
||||
extname.downcase == '.stl'
|
||||
end
|
||||
|
||||
MEGABYTE = 1024 * 1024
|
||||
|
||||
Reference in New Issue
Block a user