Skip to content

Commit 37a0147

Browse files
Merge pull request #259 from sourcerer-io/develop
chore: remove markdown
2 parents 7521d32 + 877dd84 commit 37a0147

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/app/extractors/CommonExtractor.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class CommonExtractor : ExtractorInterface {
3737
reversedMap["lisp"] = listOf("lisp", "lsp", "l")
3838
reversedMap["lua"] = listOf("lua")
3939
reversedMap["makefile"] = listOf("makefile")
40-
reversedMap["markdown"] = listOf("md", "markdown")
4140
reversedMap["matlab"] = listOf("m", "mlx")
4241
reversedMap["maven"] = listOf("pom")
4342
reversedMap["ocaml"] = listOf("ml", "mli")

0 commit comments

Comments
 (0)