Support pug highlighting #9
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
repos/svelte-sublime#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now whole code in pug templates not highlighted:
Have considered this quite a bit and I just don't think it's in the scope of this package. It's tricky because while Svelte technically doesn't care what templating language use you, it does assume basic HTML and is ultimately it's own templating language that implements a superset of HTML itself. Supporting completely separate templating language would require essentially cramming an entirely new package into this one, and would also mean I'd be expected to support other templating languages as well.
Anyone is absolutely welcome to take this package and create a new Pug version, but it's not something I have the margins to commit to long-term and currently only intend to commit to Sveltes official templating language.
@corneliusio got you, thanks for answer!
@corneliusio 😢