docs: update documentation

This commit is contained in:
Wuelner Martínez
2023-10-20 23:02:07 -06:00
parent 34732be5e9
commit e22d8c994f
2 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,13 @@ 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

View File

@@ -18,7 +18,8 @@ Provides syntax highlighting and indentation support for `.astro` files.
- Stylus (need external support).
- Indentation (experimental).
- Code folding.
- No dependencies.
- No dependencies from external syntax plugins.
- Full integration with Vim functions. [Read more](https://github.com/wuelnerdotexe/vim-astro/pull/3).
## Installation