Open edyu opened 2 years ago
Do you have an example file you'd be comfortable sharing?
I got that error with every html tag. If you have ALE, it treats svelte files as javascript. It went away when I disabled ALE with...
let g:ale_pattern_options = {'\.svelte$': {'ale_enabled': 0}}
Not sure whether it's a configuration error or something else but I kept on getting
Parsing error: Unexpected token <
when I open up any svelte file that starts with<script>
. This is on neovim 0.6 and I do see the filetype is set to svelte already.