Skip to content

Commit

Permalink
Markdown: add .markdown to the lang map
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Apr 24, 2018
1 parent 308047a commit 3267c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions optlib/markdown.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ extern parserDefinition* MarkdownParser (void)
{
static const char *const extensions [] = {
"md",
"markdown",
NULL
};

Expand Down
1 change: 1 addition & 0 deletions optlib/markdown.ctags
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

--langdef=Markdown
--map-Markdown=+.md
--map-Markdown=+.markdown

--kinddef-Markdown=c,chapter,chapsters
--kinddef-Markdown=s,section,sections
Expand Down

0 comments on commit 3267c11

Please sign in to comment.