From 01516ea4f6e77ef8c45845ad9db850578a366d6c Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Thu, 7 Jul 2022 22:10:08 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 139b011..5c47f8e 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If you want to enable parsing for only specific language, use each language conf Use the [stylelint.vscode-stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) extension that [Stylelint] provides officially. -You have to configure the `stylelint.validate` option of the extension to check `.html`, `.vue`, `.svelte`, and HTML-like files, because the extension does not check the `*.html` and HTML-like file by default. +You have to configure the `stylelint.validate` option of the extension to check `.html`, `.vue`, `.svelte`, `.astro`, and HTML-like files, because the extension does not check the `*.html` and HTML-like file by default. Example **.vscode/settings.json**: