We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7521d32 + 877dd84 commit 37a0147Copy full SHA for 37a0147
src/main/kotlin/app/extractors/CommonExtractor.kt
@@ -37,7 +37,6 @@ class CommonExtractor : ExtractorInterface {
37
reversedMap["lisp"] = listOf("lisp", "lsp", "l")
38
reversedMap["lua"] = listOf("lua")
39
reversedMap["makefile"] = listOf("makefile")
40
- reversedMap["markdown"] = listOf("md", "markdown")
41
reversedMap["matlab"] = listOf("m", "mlx")
42
reversedMap["maven"] = listOf("pom")
43
reversedMap["ocaml"] = listOf("ml", "mli")
0 commit comments