Skip to content

Commit

Permalink
Update Pod 6 heuristics to default to Pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyil committed Apr 24, 2018
1 parent 72caea2 commit e62e39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/linguist/heuristics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,10 @@ def call(data)
else
Language["Pod"]
end
elsif Perl6Regex.match(data)
Language["Pod 6"]
elsif /^\s*\/\* XPM \*\//.match(data)
Language["XPM"]
else
Language["Pod"]
end
end

Expand Down

0 comments on commit e62e39c

Please sign in to comment.