bat
bat copied to clipboard
Please add .mdwn as an alias for Markdown
That extension is used by Ikiwiki and other applications, and it's recognized by GitHub as Markdown.
I currently use this in my ~/.config/bat/config:
--map-syntax "*.mdwn:Markdown"
but it would be even nicer if it were recognized by default.
I have submitted a PR for this upstream: https://github.com/sublimehq/Packages/pull/3463
Thanks for the upstream PR, I see it was merged :) unfortunately we can't upgrade this submodule at the moment: https://github.com/sharkdp/bat/issues/2358#issuecomment-1269733255