Vim syntax highlighting for svelte.
This was initially forked from posva/vim-vue.
Install with Vundle
Plugin 'burner/vim-svelte'Install with Plug
Plug 'burner/vim-svelte'Install with Pathogen
cd ~/.vim/bundle && \
git clone https://github.com/burner/vim-svelte.gitgit clone https://github.com/burner/vim-svelte.git ~/.vim/pack/plugins/start/vim-svelteIf your language is not getting highlighted open an issue or a PR with the fix.
You only need to add a line to the syntax/svelte.vim file.
Don't forget to write Vader tests for
the code you write. You can run the tests by executing make test in the
terminal.