Skip to content

burner/vim-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-svelte

Vim syntax highlighting for svelte.

This was initially forked from posva/vim-vue.

Installation

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.git

Install without a plugin manager (Vim 8)

git clone https://github.com/burner/vim-svelte.git ~/.vim/pack/plugins/start/vim-svelte

Contributing

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.

Releases

No releases published

Packages

No packages published