nvim-regexplainer

Describe the regexp under the cursor

Stars
623
Committers
5

Bot releases are visible (Hide)

nvim-regexplainer - v1.0.0 Latest Release

Published by bennypowers 5 months ago

What's Changed

BREAKING CHANGES:

  • require tree-sitter-regexp 0.21
  • require nvim 0.10
  • replace narrative.separator with narrative.indentation_string
  • change component.depth to component.capture_depth in narrative.indentation_string function

Full Changelog: https://github.com/bennypowers/nvim-regexplainer/compare/v0.0.1...v1.0.0

nvim-regexplainer - v0.0.1 - Neovim 0.9.5

Published by bennypowers 5 months ago

This release marks that last commit which I'm reasonably confident will still work with nvim 0.9. You might need to pin versions of dependencies as well, in particular tree-sitter-regex

What's Changed

New Contributors

Full Changelog: https://github.com/bennypowers/nvim-regexplainer/commits/v0.0.1