mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Forgot parantheses
This commit is contained in:
@@ -179,9 +179,9 @@ module Linguist
|
|||||||
# names don't contain numbers. So look if the line contains digits. Also
|
# names don't contain numbers. So look if the line contains digits. Also
|
||||||
# look for some special cases without version numbers.
|
# look for some special cases without version numbers.
|
||||||
return creator =~ /[0-9]/ ||
|
return creator =~ /[0-9]/ ||
|
||||||
creator.include? "mpage" ||
|
creator.include?("mpage") ||
|
||||||
creator.include? "draw" ||
|
creator.include?("draw") ||
|
||||||
creator.include? "ImageMagick"
|
creator.include?("ImageMagick")
|
||||||
end
|
end
|
||||||
|
|
||||||
# Internal: Is the blob a C++, Java or Python source file generated by the
|
# Internal: Is the blob a C++, Java or Python source file generated by the
|
||||||
|
|||||||
Reference in New Issue
Block a user