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

Syntax highlighting for Astro code blocks #123

Open
datkumar opened this issue Oct 24, 2023 · 0 comments
Open

Syntax highlighting for Astro code blocks #123

datkumar opened this issue Oct 24, 2023 · 0 comments

Comments

@datkumar
Copy link

GitHub is supporting astro codeblocks but the extension shows it as plain text

For example,

---
import Header from './Header.astro';
import Logo from './Logo.astro';
import Footer from './Footer.astro';

const { title } = Astro.props
---
<div id="content-wrapper">
  <Header />
  <Logo />
  <h1>{title}</h1>
  <slot />  <!-- children will go here -->
  <Footer />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants