Skip to content

Commit f2086c9

Browse files
not sure what properties files are but it's not groovy
1 parent 8c9399b commit f2086c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dorian/bin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ def filetype(path)
15501550
return :xml if ext == ".entitlements"
15511551
return :kotlin if ext == ".kt"
15521552
return :groovy if ext == ".gradle"
1553-
return :groovy if ext == ".properties"
1553+
return nil if ext == ".properties"
15541554
return :binary if ext == ".jar"
15551555
return :objectivec if ext == ".h"
15561556
return :objectivec if ext == ".mm"

0 commit comments

Comments
 (0)