Created
October 21, 2024 03:15
-
-
Save mattmischuk/d6cfe512b5a6408fe501e6c05a71b3b8 to your computer and use it in GitHub Desktop.
cSpell Config for Astro Files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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