diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:06:14 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:06:14 +0200 |
commit | 67327ef831d41e36155cad58b1599f0226a98d51 (patch) | |
tree | f18f53ea02ef5ee5852724c3f1d79000ed92fe2e /README.md | |
parent | 7d0a1706ecf95f20275f2b55340e18e37fa512bd (diff) | |
download | vim-polyglot-67327ef831d41e36155cad58b1599f0226a98d51.tar.gz vim-polyglot-67327ef831d41e36155cad58b1599f0226a98d51.zip |
Remove .rs extension from xml, closes #682
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 96 more files) +- [xml](https://github.com/amadeus/vim-xml) (XML syntax highlighting for xml, adml, admx, ant, axml and 95 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) |