-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not recognize .svelte.erb #113
Comments
Hi, thanks for the kind words. Can you give me an example of |
@tomblachut the code below renders "hello from http://localhost:3000/" when run locally: // Hello.svelte.erb
<script>
let host = "<%= ENV['HOST'] %>"
</script>
<p>hello from {host}</p> |
I've opened this snipped in next version (#100) and it looks like this: I guess this is good enough, right? |
Yes the ERB syntax only seems partly recognized but at least the Svelte syntax seems good 👍 So I'll be watching for the next release including this change 👀 |
Thanks for this very helpful IntelliJ IDEA plugin! It's been a pleasure to learn using Svelte using the IDEA thanks to this.
It handles *.svelte files very well, however it does not recognize .svelte.erb files as Svelte files (although this is supported by Webpacker). Could this somehow be supported?
The text was updated successfully, but these errors were encountered: