mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 04:55:16 +00:00
vim-patch:9.1.0592: runtime: filetype: Mediawiki files are not recognized
Problem: filetype: Mediawiki files are not recognized
Solution: detect "*.mw" and "*.wiki" as mediawiki filetype,
include basic syntax and filetype plugins.
(AvidSeeker)
closes: vim/vim#15266
b5844104ab
Co-authored-by: AvidSeeker <avidseeker7@protonmail.com>
This commit is contained in:
@@ -698,6 +698,8 @@ local extension = {
|
||||
dm3 = 'maxima',
|
||||
dmt = 'maxima',
|
||||
wxm = 'maxima',
|
||||
mw = 'mediawiki',
|
||||
wiki = 'mediawiki',
|
||||
mel = 'mel',
|
||||
mmd = 'mermaid',
|
||||
mmdc = 'mermaid',
|
||||
|
||||
Reference in New Issue
Block a user