mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-13 19:59:34 +00:00
Merge branch 'master' of https://github.com/rpavlick/linguist into rpavlick-master
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user