Show HN: Simple syntax highlighting for Svelte files in VIM
Add the following line to your .vimrc file:
au BuffReadPost *.svelte set syntax=html
This will tell vim to use html syntax highlighting for html on your svelte files.
au BuffReadPost *.svelte set syntax=html
This will tell vim to use html syntax highlighting for html on your svelte files.
0 comments
[ 606 ms ] story [ 799 ms ] threadNo comments yet.