Skip to content

Commit 94429ed

Browse files
update
1 parent 20f34da commit 94429ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yi-misc-modes/src/Yi/Modes.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ gnuMakeMode = styleMode GNUMake.lexer
142142
markdownMode :: TokenBasedMode StyleName
143143
markdownMode = styleMode Markdown.lexer
144144
& modeNameA .~ "markdown"
145-
& modeAppliesA .~ anyExtension [ "md" ]
145+
& modeAppliesA .~ anyExtension [ "md", "markdown", "mdown", "mkdn", "mdwn", "mkd" ]
146146

147147
ottMode :: TokenBasedMode StyleName
148148
ottMode = styleMode Ott.lexer

0 commit comments

Comments
 (0)