Skip to content

Commit

Permalink
add also mkd as markdown filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
Tae Won Ha committed Jul 21, 2014
1 parent 135fbbd commit a1ad391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StandardPlugins/Markdown/VRMarkdownPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ @implementation VRMarkdownPlugin {

#pragma mark VRPlugin
- (NSArray *)fileTypes {
return @[@"markdown"];
return @[@"markdown", @"mkd"];
}

- (NSArray *)abilities {
Expand Down

0 comments on commit a1ad391

Please sign in to comment.