Recognize more file extensions for MarkDown
ericcornelissen opened this issue · 0 comments
ericcornelissen commented
Based on the file-icons for Atom package, the list of file extensions for MarkDown can be extended from just .md
to at least:
.md
.mdown
.markdown
.mdwn
.mkdn
.mdtxt
.mdtext
This can be implemented in two possible ways:
- As a regular expression that the file extension should match.
- As an explicit list of possible values.
As of creating this issue the only other format is CSV, and I'm not aware of any other extension than .csv
that is common. If it is desired to have other file extensions be recognized as CSV files, please open a separate issue for that.