Ticket #4444: mc.ext.ini: .md files are not recognized as Markdown ones by extension.

Change ShellIgnoreCase key to RegexIgnoreCase one since the Regex key
is used.
Simplify Regex value.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-02-17 21:36:28 +03:00
parent a6fc94f294
commit be16d3a747
1 changed files with 2 additions and 2 deletions

View File

@ -748,8 +748,8 @@ ShellIgnoreCase=true
Include=editor
[markdown]
Regex=\.(md|mkd)$
ShellIgnoreCase=true
Regex=\.mk?d$
RegexIgnoreCase=true
Include=editor
[djvu]