Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.43 KB

CHANGELOG.rst

File metadata and controls

58 lines (39 loc) · 1.43 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

Added

  • Compatibility with Tree-sitter API in Neovim 0.9
  • Support for R (r)
  • Go queries for nodes interface_type, map_type and var_declaration

[2.1.0] - 2023-03-19

This release brings with it bugfixes and support for new file types. A very big Thank You to all who have contributed their efforts.

Fixed

  • Highlight groups getting cleared when colour scheme is reloaded
  • Null-dereference error if an injected language does not have a query define

Added

  • Query rainbow-tags for HTML includes style and script tags
  • Query rainbow-parens for Javascript includes parenthesized_expression and subscript_expression
  • Support for reStructuredText (rst)
  • Support for Markdown (markdown)
  • Support for Vue.js (vue)
  • Support for Fennel (fennel)
  • Support for React.js (part of Javascript support)
  • Support for React.js in Typescript (tsx)

[2.0.0] - 2023-03-02

Initial release of the new fork from the original.