mirror of https://github.com/MidnightCommander/mc
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:
parent
a6fc94f294
commit
be16d3a747
|
@ -748,8 +748,8 @@ ShellIgnoreCase=true
|
|||
Include=editor
|
||||
|
||||
[markdown]
|
||||
Regex=\.(md|mkd)$
|
||||
ShellIgnoreCase=true
|
||||
Regex=\.mk?d$
|
||||
RegexIgnoreCase=true
|
||||
Include=editor
|
||||
|
||||
[djvu]
|
||||
|
|
Loading…
Reference in New Issue