Prolog code is also incorrectly identified as Perl code. The
extension .pl is used by both, so heuristics could be:

1) whether the file starts with a Perl shebang
2) signs that it is Prolog: whether the file has lines starting with %
(comments in Prolog), lines ending with ".", and frequent occurrences
of ":-".

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to github@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to