mirror of
https://github.com/wuelnerdotexe/vim-astro.git
synced 2025-12-06 09:14:26 +08:00
51 lines
1.2 KiB
Markdown
51 lines
1.2 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.2.0] - 2022-10-06
|
|
|
|
### Added
|
|
|
|
- Merge pull request [#3](https://github.com/wuelnerdotexe/vim-astro/pull/3) from `romainl/ftplugin-and-autoload`
|
|
- Add `ftplugin/astro.vim` and `autoload/astro.vim`
|
|
|
|
## [1.1.3] - 2022-08-24
|
|
|
|
### Fixed
|
|
|
|
- Filetype is detected in all versions of Vim and Neovim.
|
|
|
|
## [1.1.2] - 2022-08-22
|
|
|
|
### Fixed
|
|
|
|
- The astro fence delimiter is detected and colored correctly.
|
|
|
|
## [1.1.1] - 2022-08-07
|
|
|
|
### Fixed
|
|
|
|
- Regions that were causing conflicts with JavaScript code blocks and expressions are renamed. Now those blocks are replaced by the exclusive code blocks for Astro.
|
|
- Regular expressions are fixed to correctly detect Astro directives.
|
|
|
|
## [1.1.0] - 2022-08-06
|
|
|
|
### Added
|
|
|
|
- A new variable is added to enable stylus support.
|
|
- Demonstration images are added.
|
|
|
|
## [1.0.1] - 2022-08-05
|
|
|
|
### Fixed
|
|
|
|
- Removed unused variable for enable indentation.
|
|
|
|
## [1.0.0] - 2022-08-05
|
|
|
|
- Initial release
|
|
|
|
<p align="center">With 💖 from <strong>LATAM</strong> to the world!</p>
|