diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:11:13 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-04-14 12:11:26 +0200 |
commit | 067e07e137d26ca6bc3f8496fe7bd569500d7fa4 (patch) | |
tree | 55e340bc5698fd426894568a0052db5ebe5e09b4 /README.md | |
parent | 5de7022bcb4c7a155952dbeb666f912db3bde2af (diff) | |
download | vim-polyglot-067e07e137d26ca6bc3f8496fe7bd569500d7fa4.tar.gz vim-polyglot-067e07e137d26ca6bc3f8496fe7bd569500d7fa4.zip |
Change svelte provider, fixes #700
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr - [smt2](https://github.com/bohlender/vim-smt2) (SMT syntax highlighting for smt2 and smt files) - [solidity](https://github.com/TovarishFin/vim-solidity) (Solidity syntax highlighting for sol files) - [stylus](https://github.com/wavded/vim-stylus) (Stylus syntax highlighting for styl and stylus files) -- [svelte](https://github.com/evanleck/vim-svelte/tree/main) (Svelte syntax highlighting for svelte files) +- [svelte](https://github.com/leafOfTree/vim-svelte-plugin) (Svelte syntax highlighting for svelte files) - [svg-indent](https://github.com/jasonshell/vim-svg-indent) - [svg](https://github.com/vim-scripts/svg.vim) (SVG syntax highlighting for svg files) - [swift](https://github.com/keith/swift.vim) (Swift syntax highlighting for swift files) |