Skip to content

Releases: SublimeText/Astro

Astro 2.10.3

02 Feb 19:39

Choose a tag to compare

Astro 2.10.2

16 Jan 18:00

Choose a tag to compare

  • fix compatibility with latest JSX/TSX syntaxes (fixes #12)

Astro 2.10.1

08 Nov 17:23

Choose a tag to compare

  • fix multiple jsx elements (issue #11)

Astro 2.10.0

02 Nov 12:25

Choose a tag to compare

  • add text.html.astro scope to enable HTML related features
  • restrict scope of where to suggest Astro page and layout snippets
  • scope lang and type tag Attributes unique to enable Dedicated value completions
    see also sublimehq/Packages#4061
  • add language Attribute as synonym for lang
  • add javascript and typescript lang values

Astro 2.9.0

04 Oct 17:02

Choose a tag to compare

  • add support for PostCSS in style blocks
  • fix snippet scopes
  • adjust Syntax tests to succeed with ST4183

Astro 2.8.0

12 Mar 18:27

Choose a tag to compare

  • add basic astro snippets
  • simplify frontmatter scopes
  • fix main scope to source.astro to satisfy astro langauge-server

Astro 2.1.4

26 Jun 17:26

Choose a tag to compare

  • Use TypeScript as default syntax in script tags (fixes #7)

Astro 2.1.3

28 May 17:47

Choose a tag to compare

  • enforce indentation by 2 chars in YAML frontmatter
  • fix syntax highlighting issue in interpolated HTML tags

Astro 2.1.2

12 May 14:15

Choose a tag to compare

  • use TypeScript by default
  • avoid trimming trailing whitespace from Markdown

Astro 2.1.1

21 Jan 11:19

Choose a tag to compare

  • 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.