Skip to content

Commit

Permalink
Add *.Rmd (R Markdown) file extension for Markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Sep 1, 2023
1 parent 5973565 commit 42c1cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/FileExt.txt
Expand Up @@ -417,6 +417,7 @@ Markdown
mkd

litcoffee Literate CoffeeScript
Rmd R Markdown, https://rmarkdown.rstudio.com/

Mathematica
m Module
Expand Down
2 changes: 1 addition & 1 deletion src/EditLexers/stlMarkdown.c
Expand Up @@ -64,7 +64,7 @@ EDITLEXER lexMarkdown = {
0, 0,
//Settings--Autogenerated -- end of section automatically generated
EDITLEXER_HOLE(L"Markdown", Styles_Markdown),
L"md; markdown; mdown; mkdn; mkd; litcoffee",
L"md; markdown; mdown; mkdn; mkd; litcoffee; rmd",
&Keywords_Markdown,
Styles_Markdown
};

0 comments on commit 42c1cb8

Please sign in to comment.