diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:12:38 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:12:38 +0200 |
commit | 0f9acbe2fcc6c87336494406e3d3c81c40e9de52 (patch) | |
tree | fe0b47f081f75765f72d72d820751be6fc28a5f2 /README.md | |
parent | 067e07e137d26ca6bc3f8496fe7bd569500d7fa4 (diff) | |
download | vim-polyglot-0f9acbe2fcc6c87336494406e3d3c81c40e9de52.tar.gz vim-polyglot-0f9acbe2fcc6c87336494406e3d3c81c40e9de52.zip |
Remove mm from xml extensions, fixes #699
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr - [velocity](https://github.com/lepture/vim-velocity) (Syntax highlighting for vm files) - [vue](https://github.com/posva/vim-vue) (Vue syntax highlighting for vue and wpy files) - [xdc](https://github.com/amal-khailtash/vim-xdc-syntax) (Syntax highlighting for xdc files) -- [xml](https://github.com/amadeus/vim-xml) (XML syntax highlighting for xml, adml, admx, ant, axml and 95 more files) +- [xml](https://github.com/amadeus/vim-xml) (XML syntax highlighting for xml, adml, admx, ant, axml and 94 more files) - [xsl](https://github.com/vim-scripts/XSLT-syntax) (XSLT syntax highlighting for xslt and xsl files) - [yard](https://github.com/noprompt/vim-yardoc) - [zephir](https://github.com/xwsoul/vim-zephir) (Zephir syntax highlighting for zep files) |