Remix v3 HTML Syntax HighlighterThis VS Code extension provides syntax highlighting for Remix v3 HTML tagged templates (e.g. html`...`). It is a specialized fork of Comment tagged templates designed specifically for the Remix v3 UsageSimply use the
The content inside the template string will be highlighted as HTML. AcknowledgmentsThis extension is a fork of the excellent vscode-comment-tagged-templates by Matt Bierner. If you need general-purpose syntax highlighting for various languages using comments (e.g. `/* css */`), please use the original extension: Comment tagged templates. This fork strips away the other languages and comment-based detection to focus solely on the LicenseThis repository is licensed under the MIT License. See the LICENSE.md file for details. |
