Closed dariuspranskus closed 4 years ago
For styles please see #17 and #29
Pug is non standard, PRs are welcome.
Closing this due to inactivity. I personally don't know anyone that uses Pug, if anyone want to tackle this AND maintain it further down the line, do not hesitate to reach out.
For everyone who want to use IntelliJ IDE with Svelte and Pug, there is a tip on You Track:
If we add a comment
<!--language=Pug-->
before<template>
tag to force language injection, syntax highlight will start to work.
Just checked it and it works
variables from <script>
types from <script lang=ts>
@tomblachut it is that complex to add at least syntax highlighting?
Hello
We can enable different html and style languages with svelte-preprocess plugin. This allows the following syntax
To have intellisense for these languages would be very beneficial?
Thank you