Merge branch 'master' of https://github.com/rpavlick/linguist into rpavlick-master

This commit is contained in:
Arfon Smith
2015-07-16 14:40:21 -07:00
31 changed files with 2190 additions and 2 deletions

View File

@@ -284,6 +284,12 @@ module Linguist
end
end
disambiguate "Text", "NCL" do |data|
if data.include?("THE_TITLE")
Language["Text"]
end
end
disambiguate "NL", "NewLisp" do |data|
if /^(b|g)[0-9]+ /.match(data)
Language["NL"]