Syntax-highlighting for JS template strings in VS Code (#note)
How to enable syntax highlighting for CSS and HTML inside JavaScript template strings in VS Code using specific comments and extensions.
How to enable syntax highlighting for CSS and HTML inside JavaScript template strings in VS Code using specific comments and extensions.
A guide to enabling syntax highlighting and Prettier formatting for HTML templates inside JavaScript web components using a specific VS Code comment.
A guide to configuring custom file type syntax highlighting and language detection in Neovim using Lua patterns and Treesitter.
A tutorial on enhancing code blocks in an Astro blog with language labels and copy buttons using JavaScript and Shiki.
A guide to configuring Shiki's dual light and dark syntax highlighting themes in an Astro.js project.
A developer details updating their blog's code syntax highlighting and theme colors using Shiki and CSS custom properties.
Developer details the technical overhaul of their personal blog's backend, focusing on improving the editing experience and interactive code execution.
A technical guide on integrating Shiki syntax highlighting into a Hugo static site via a post-build Node.js script.
A guide to creating a custom Tree-sitter grammar for the Djot markup language, covering advanced topics like external scanners and syntax highlighting.
A technical guide on implementing a custom language syntax highlighter using patterns and injections in the tempest/highlight library.
A developer's journey to find a better syntax highlighter for code blocks, moving away from manual tagging and outdated tools.
A guide on using Hugo's built-in syntax to highlight specific lines within markdown code blocks for technical blog posts.
A developer details the technical process of adding visible language labels to code blocks on their blog, including CSS and HTML solutions.
A video tutorial on adding Markdown rendering and code syntax highlighting to a ChatGPT iOS app built with SwiftUI.
A short guide on integrating the Shiki syntax highlighter into an Eleventy (11ty) static site project with minimal code.
A developer explores and compares syntax highlighting solutions for their Eleventy blog, focusing on Torchlight's features and limitations.
A guide to building a custom syntax highlighter for SR Linux CLI snippets and integrating it into documentation systems.
A developer shares their experience creating a SwiftUI app for syntax highlighting Swift code, built using John Sundell's Splash package.
Two methods for adding syntax-highlighted code to Apple Keynote slides, including using VS Code's copy feature and a web tool.
A tutorial on creating a custom syntax highlighting lexer for the Pollen markup language using the Pygments library in Python.