coc-extensions / coc-svelte

svelte support for (Neo)Vim
MIT License
176 stars 24 forks source link

lang="ts" doesn't work #62

Open LeviOP opened 1 year ago

LeviOP commented 1 year ago

In script blocks, using the lang="ts" attribute doesn't enable typescript in the script tag. Using lang="typescript" works as expected, but "ts" does not.