mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Use the shebang strategy first
This commit is contained in:
@@ -96,8 +96,8 @@ module Linguist
|
|||||||
|
|
||||||
STRATEGIES = [
|
STRATEGIES = [
|
||||||
Linguist::Strategy::Modeline,
|
Linguist::Strategy::Modeline,
|
||||||
Linguist::Strategy::Filename,
|
|
||||||
Linguist::Shebang,
|
Linguist::Shebang,
|
||||||
|
Linguist::Strategy::Filename,
|
||||||
Linguist::Heuristics,
|
Linguist::Heuristics,
|
||||||
Linguist::Classifier
|
Linguist::Classifier
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user