25.01.1
25.01.1 is a patch release focusing on fixing bugs and panics from changes in 25.01.
Usability improvements:
- Run external formatters from the document's directory (#12315)
Fixes:
- Fix blank buffer picker preview on doc with no views (917174e)
- Fix
join_selectionsbehavior on tabs (#12452) - Fix recognition for color LSP completion hex codes for some language servers (#12501)
- Fix offsets to selections updated by
open_below/open_above(o/O) in multi-cursor scenarios (#12465) - Fix offsets to selections updated by
insert_newlinewhen trimming whitespace in multi-cursor scenarios (4bd17e5) - Fix panic in path completion from resolving variables like
${HOME:-$HOME}(#12556) - Prevent line comment continuation when using
change_selection(c) on a line above a comment (#12575)
Themes:
- Update
onelight(#12399) - Add cursorline color to iceberg themes (#12404)
- Update
special,ui.text.directoryandui.virtual.wrapindark_plus(#12530)
New languages:
Updated languages and queries:
- Fix Teal LSP name (#12395)
- Highlight
:in Rust as a delimiter (#12408) - Update Swift highlights (#12409)
- Highlight JSX attributes as
@attribute(#12416) - Improve markdown heading highlights (#12417)
- Add comment tokens configuration for JSONC (b26903c)
- Highlight the never type
!as a type in Rust (#12485) - Expand builtin function highlights for ECMA languages, Rust and Haskell (#12488)
- Recognize
.clang-tidyas YAML (#12498) - Update MATLAB grammar and indent queries (#12518)
- Recognize
rockspecas Lua (#12516) - Add
///to Dart comment tokens configuration (99d33c7) - Update Solidity grammar and queries (#12457)
- Update Spade grammar and queries (#12583)
- Re-enable Hare fetching and building by default (#11507)
Packaging: