Releases: SublimeText/Astro
Releases · SublimeText/Astro
Astro 2.10.1
Astro 2.10.0
- add
text.html.astro
scope to enable HTML related features - restrict scope of where to suggest Astro page and layout snippets
- scope
lang
andtype
tag Attributes unique to enable Dedicated value completions
see also sublimehq/Packages#4061 - add
language
Attribute as synonym forlang
- add
javascript
andtypescript
lang 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.astro
to 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.
Astro 2.1.0
- fix
</Markdown>
scopes - fix CDATA scopes (ST 4126-4131)
Astro 2.0.0
Rewrite Astro using Sublime Text's HTML/CSS/JS/JSX/Markdown syntaxes.