Releases: SublimeText/Astro
Releases · SublimeText/Astro
Astro 2.10.3
-
ensure compatibility with future releases of Sublime Text and MarkdownEditing
caused by: sublimehq/Packages#4430
Astro 2.10.2
- fix compatibility with latest JSX/TSX syntaxes (fixes #12)
Astro 2.10.1
- fix multiple jsx elements (issue #11)
Astro 2.10.0
- add
text.html.astroscope to enable HTML related features - restrict scope of where to suggest Astro page and layout snippets
- scope
langandtypetag Attributes unique to enable Dedicated value completions
see also sublimehq/Packages#4061 - add
languageAttribute as synonym forlang - add
javascriptandtypescriptlang values
Astro 2.9.0
- add support for PostCSS in style blocks
- fix snippet scopes
- adjust Syntax tests to succeed with ST4183
Astro 2.8.0
- add basic astro snippets
- simplify frontmatter scopes
- fix main scope to
source.astroto satisfy astro langauge-server
Astro 2.1.4
- Use TypeScript as default syntax in script tags (fixes #7)
Astro 2.1.3
- enforce indentation by 2 chars in YAML frontmatter
- fix syntax highlighting issue in interpolated HTML tags
Astro 2.1.2
- use TypeScript by default
- avoid trimming trailing whitespace from Markdown
Astro 2.1.1
- reduce sublime-package size
- drop automatic markdown creation
Note
Manually remove Packages/Astro/Syntaxes/Markdown (Astro).sublime-syntax
if you encounter any issues. This file was automatically created to support MarkdownEditing,
which is no longer needed as MarkdownEditing 3.1.9+ takes care of it.