Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Jun 11, 2018
1 parent 20f34da commit 94429ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yi-misc-modes/src/Yi/Modes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ gnuMakeMode = styleMode GNUMake.lexer
markdownMode :: TokenBasedMode StyleName
markdownMode = styleMode Markdown.lexer
& modeNameA .~ "markdown"
& modeAppliesA .~ anyExtension [ "md" ]
& modeAppliesA .~ anyExtension [ "md", "markdown", "mdown", "mkdn", "mdwn", "mkd" ]

ottMode :: TokenBasedMode StyleName
ottMode = styleMode Ott.lexer
Expand Down

0 comments on commit 94429ed

Please sign in to comment.