Additions
- Added support for Elixir HEEx templates.
- Added support for singleton methods in Ruby outline view (#1442).
- Added a syntax tree view that shows Zed's internal syntax tree(s) for the active editor. You can open it running the
debug: open syntax tree view
command from the command palette. - Added the ability to toggle comments for empty single-line selections (#5).
Bug Fixes
- Fixed a bug where syntax highlighting wasn't always being applied to Elixir code blocks in popovers (#761).
- Fixed a bug that caused incorrect syntax highlighting in ERB templates (#1619).
- Fixed a bug where applications ran from the Zed terminal weren't able to request authorization for macOS services (e.g. microphone and camera).
- Fixed a bug in enabling authorization for macOS services.
- Fixed a bug that caused followers to not see the leader's screen when they activated a panel.