Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@TorchedSammy TorchedSammy released this 28 Sep 11:10
· 14 commits to master since this release
e5e6ade

Changes Summarized

  • Evergreen will now auto-install ltreesitter, and parsers will be downloaded from our builds repo. If it cannot be downloaded it will be compiled locally.
  • The installer also should work on Windows
  • Use correct file extension for libs
  • Updated queries from nvim-treesitter
  • Highlighting will be reloaded when the doc is reloaded (for example, outside changes)
  • Make some corrections to c queries for highlighting parameters with pointers
  • Fix/refactor file type detection code
  • Warn about missing highlight groups in the log
  • Add highlights for the following languages:
    • Diff
    • D
    • go.mod files
    • Rust
    • Julia
    • Zig
    • Javascript/JSX
  • Reload highlighting when a parser is installed
  • Highlighting code has been rewritten and works way better now

What's Changed (PRs)

New Contributors

Full Changelog: v0.1.0...v0.2.0