We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9399b commit f2086c9Copy full SHA for f2086c9
lib/dorian/bin.rb
@@ -1550,7 +1550,7 @@ def filetype(path)
1550
return :xml if ext == ".entitlements"
1551
return :kotlin if ext == ".kt"
1552
return :groovy if ext == ".gradle"
1553
- return :groovy if ext == ".properties"
+ return nil if ext == ".properties"
1554
return :binary if ext == ".jar"
1555
return :objectivec if ext == ".h"
1556
return :objectivec if ext == ".mm"
0 commit comments