Skip to content

Instantly share code, notes, and snippets.

@mattmischuk
Created October 21, 2024 03:15
Show Gist options
  • Save mattmischuk/d6cfe512b5a6408fe501e6c05a71b3b8 to your computer and use it in GitHub Desktop.
Save mattmischuk/d6cfe512b5a6408fe501e6c05a71b3b8 to your computer and use it in GitHub Desktop.
cSpell Config for Astro Files
{
"cSpell.languageSettings": [
{
"languageId": "astro",
"dictionaries": ["html", "html-symbol-entities"],
"enabled": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment