mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add a heuristic to disambiguate between NL and NewLisp
This commit is contained in:
@@ -270,5 +270,13 @@ module Linguist
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
disambiguate "NL", "NewLisp" do |data|
|
||||||
|
if /^g3 /.match(data)
|
||||||
|
Language["NL"]
|
||||||
|
else
|
||||||
|
Language["NewLisp"]
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user