Skip to content

Commit cac7eb3

Browse files
yaronskayaanatolystansler
authored andcommitted
feat: add markdown extensions(#235) (#244)
1 parent 2ed8253 commit cac7eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ 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")
4041
reversedMap["matlab"] = listOf("m", "mlx")
4142
reversedMap["maven"] = listOf("pom")
4243
reversedMap["ocaml"] = listOf("ml", "mli")

0 commit comments

Comments
 (0)