diff --git a/pkg/language/priority.go b/pkg/language/priority.go index 6d593dd3..c5f5aedb 100644 --- a/pkg/language/priority.go +++ b/pkg/language/priority.go @@ -2,9 +2,12 @@ package language func priority(lang string) (float32, bool) { prios := map[string]float32{ - "FSharp": 0.01, - "Perl": 0.01, - // Higher priority than the TypoScriptLexer, as TypeScript is far more + // Higher priority than the ISCdhcpd, as this lexer defines *.conf + // filename pattern conflicting with ApacheConf lexer + "ApacheConf": 0.01, + "FSharp": 0.01, + "Perl": 0.01, + // Higher priority than the TypoScript, as TypeScript is far more // common these days "TypeScript": 0.5, }