Fix strategy order

This commit is contained in:
Lauris BH 2020-11-26 13:56:25 +02:00 committed by GitHub
parent 8ac98f4b77
commit 0596fda1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@ var DefaultStrategies = []Strategy{
GetLanguagesByFilename,
GetLanguagesByShebang,
GetLanguagesByExtension,
GetLanguagesByManpage,
GetLanguagesByXML,
GetLanguagesByManpage,
GetLanguagesByContent,
GetLanguagesByClassifier,
}