Skip to content

Releases: SublimeText/Astro

Astro 2.10.1

08 Nov 17:23
Compare
Choose a tag to compare
  • fix multiple jsx elements (issue #11)

Astro 2.10.0

02 Nov 12:25
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Use TypeScript as default syntax in script tags (fixes #7)

Astro 2.1.3

28 May 17:47
Compare
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
Compare
Choose a tag to compare
  • use TypeScript by default
  • avoid trimming trailing whitespace from Markdown

Astro 2.1.1

21 Jan 11:19
Compare
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.

Astro 2.1.0

30 Dec 17:22
Compare
Choose a tag to compare
  • fix </Markdown> scopes
  • fix CDATA scopes (ST 4126-4131)

Astro 2.0.0

03 Jul 10:36
Compare
Choose a tag to compare

Rewrite Astro using Sublime Text's HTML/CSS/JS/JSX/Markdown syntaxes.