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
[ 4.2 ms ] story [ 10.3 ms ] threadNo comments yet.