mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-29 05:11:00 +00:00
Modeline should come first (as it's an override)
This commit is contained in:
@@ -95,8 +95,8 @@ module Linguist
|
|||||||
end
|
end
|
||||||
|
|
||||||
STRATEGIES = [
|
STRATEGIES = [
|
||||||
Linguist::Strategy::Filename,
|
|
||||||
Linguist::Strategy::Modeline,
|
Linguist::Strategy::Modeline,
|
||||||
|
Linguist::Strategy::Filename,
|
||||||
Linguist::Shebang,
|
Linguist::Shebang,
|
||||||
Linguist::Heuristics,
|
Linguist::Heuristics,
|
||||||
Linguist::Classifier
|
Linguist::Classifier
|
||||||
|
|||||||
Reference in New Issue
Block a user