mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-13 11:49:51 +00:00
Merge branch 'master' into associate-heuristic-with-extension
This commit is contained in:
@@ -295,6 +295,12 @@ module Linguist
|
||||
end
|
||||
end
|
||||
|
||||
disambiguate ".ncl" do |data|
|
||||
if data.include?("THE_TITLE")
|
||||
Language["Text"]
|
||||
end
|
||||
end
|
||||
|
||||
disambiguate ".nl" do |data|
|
||||
if /^(b|g)[0-9]+ /.match(data)
|
||||
Language["NL"]
|
||||
|
||||
Reference in New Issue
Block a user