Skip to content
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

Add support for *.svelte files as alias of HTML #1088

Closed
wants to merge 1 commit into from

Conversation

kugaevsky
Copy link

Svelte framework will use *.svelte extension for its component files — sveltejs/svelte#2067. It would be nice to add highlighting for it.

[Svelte framework](https://svelte.technology/) will use `*.svelte` extension for its component files —  sveltejs/svelte#2067. It would be nice to add highlighting for it.
@pyrmont
Copy link
Contributor

pyrmont commented May 28, 2019

@kugaevsky I'm not sure treating Svelte files as HTML files is really correct. From my quick perusal of the website, it looks like there's enough special syntax that it should really be implemented as a separate lexer (using delegation to handle the HTML stuff). What do you think?

@pyrmont pyrmont added the author-action The PR has been reviewed but action by the author is needed label May 28, 2019
@pyrmont pyrmont self-assigned this Aug 26, 2019
@pyrmont pyrmont removed their assignment Dec 9, 2020
@tancnle
Copy link
Collaborator

tancnle commented Nov 6, 2022

@kugaevsky I am closing this due to inactivity. Please let me know if you are still keen to work on this.

@tancnle tancnle closed this Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author-action The PR has been reviewed but action by the author is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants