fix(syntax): the astro fence is detected correctly

This commit is contained in:
Wuelner Martínez
2022-08-22 16:20:38 -06:00
parent 09de18d920
commit ef5126c84a
6 changed files with 32 additions and 17 deletions

View File

@@ -12,10 +12,10 @@ Provides syntax highlighting and indentation support for `.astro` files.
## Features
- Syntax highlighting for embedded languages:
- JavaScript and JSX.
- TypeScript and TSX.
- CSS, SCSS, SASS, and LESS.
- Stylus (need external support).
- JavaScript and JSX.
- TypeScript and TSX.
- CSS, SCSS, SASS, and LESS.
- Stylus (need external support).
- Indentation (experimental).
- Code folding.
- No dependencies.