rodrigore / coc-tailwind-intellisense

Coc.nvim extension for Tailwind CSS IntelliSense
140 stars 14 forks source link

Not working with .svelte file #14

Open sylveryte opened 3 years ago

sylveryte commented 3 years ago

Using with brand new sveltekit (https://kit.svelte.dev). and tailwindcss with svelte-add (https://github.com/svelte-add/svelte-add). (jit or not same results) while svelte is working it does have tailwind.config.cjs at root.

It's working for react(.js files) just fine.

I've noticed service doesn't start at all. CocOpenLogs

2021-05-09T14:10:28.039 INFO (pid:17515) [coc-git] - Looking for git in: git
2021-05-09T14:10:28.080 INFO (pid:17515) [services] - registered service "highlight"
2021-05-09T14:10:28.128 INFO (pid:17515) [language-client-index] - highlight started with 17539
2021-05-09T14:10:28.684 INFO (pid:17515) [plugin] - coc.nvim 0.0.80-46353b786b initialized with node: v14.16.0 after 891ms
2021-05-09T14:10:30.442 INFO (pid:17515) [language-client-index] - svelte started with 17609
2021-05-09T14:11:01.757 INFO (pid:17515) [attach] - receive notification: openLog []

Any help?

dimfeld commented 3 years ago

Possibly fixed by #27?