Daniel Siepmann
c2f44d943a
Still support vim. Therefore make Treesitter adjustments depending on neovim.
83 lines
1.2 KiB
Markdown
83 lines
1.2 KiB
Markdown
# Changelog
|
|
|
|
## v1.7.1 2024-10-04
|
|
|
|
### Fixed
|
|
|
|
- Keep compatibility with vim, which does not have Treesitter
|
|
|
|
## v1.7.0 2024-05-21
|
|
|
|
### Added
|
|
|
|
- Keep existing colors on sync with latest treesitter updates.
|
|
|
|
## v1.6.0 2024-02-12
|
|
|
|
### Added
|
|
|
|
- Add highlighting for rst with TreeSitter.
|
|
- Add highlighting for markdown with TreeSitter.
|
|
|
|
## v1.5.0 2023-10-30
|
|
|
|
### Added
|
|
|
|
- Add highlighting for JSON with TreeSitter.
|
|
- Add highlighting for PHPDoc with TreeSitter.
|
|
|
|
## v1.4.1 2023-10-25
|
|
|
|
### Added
|
|
|
|
- Streamline highlighting with TreeSitter.
|
|
|
|
## v1.4.0 - 2023-10-23
|
|
|
|
### Added
|
|
|
|
- Add TreeSitter highlighting for HTML.
|
|
|
|
## v1.3.0 - 2023-10-19
|
|
|
|
### Added
|
|
|
|
- Actually add first TreeSitter highlighting.
|
|
|
|
## v1.2.1 - 2023-10-19
|
|
|
|
### Added
|
|
|
|
- Add Changelog
|
|
- Extend PHP Highlighting for Treesitter
|
|
|
|
## v1.2.0 - 2022-08-22
|
|
|
|
### Added
|
|
|
|
- Add highlighting for Ultest plugin
|
|
|
|
## v1.1.1 - 2022-05-20
|
|
|
|
### Added
|
|
|
|
- Add yaml highlighting based on Treesitter
|
|
|
|
## v1.1.0 - 2022-05-20
|
|
|
|
### Added
|
|
|
|
- Set treesitter defaults
|
|
- Add lua highlighting based on Treesitter
|
|
- Add rst highlighting based on Treesitter
|
|
- Add markdown highlighting based on Treesitter
|
|
|
|
## v1.0.1 - 2022-03-16
|
|
|
|
### Added
|
|
|
|
- Define CursorLineNr
|
|
|
|
## v1.0.0 - 2022-03-11
|
|
|
|
_Initial release._
|