Vim syntax highlighting for svelte.
This was initially forked from posva/vim-vue.
Plugin 'burner/vim-svelte'
Plug 'burner/vim-svelte'
cd ~/.vim/bundle && \
git clone https://github.com/burner/vim-svelte.git
git clone https://github.com/burner/vim-svelte.git ~/.vim/pack/plugins/start/vim-svelte
If 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.