Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

Microsoft's open-source terminal text editor, Edit, has reached version 2.0.0, introducing long-awaited syntax highlighting and improved regex capabilities for a smoother command-line experience.
If you live inside the terminal, you know the struggle of finding a text editor that is both lightweight and feature-rich. Microsoft Edit CLI, the company’s open-source command-line text editor, has officially leveled up its game with the release of version 2.0.0. While the update initially dropped earlier this year, Linux users can now easily grab the latest version via the updated msedit snap package.
This release moves Edit from a basic text manipulation tool toward a more robust development environment for the command line. The most anticipated addition is undoubtedly syntax highlighting, which finally brings color-coded readability to your terminal workflows. Alongside the visual upgrade, the update introduces:
Microsoft open-sourced Edit last year, positioning it as a cross-platform alternative for developers who crave VS Code-style ergonomics without the heavy GUI footprint. For the Linux community, this brings a clean, mouse-supported, and multi-file capable terminal user interface (TUI) to your toolbox. It handles both LF and CRLF line endings natively, eliminating those pesky compatibility headaches when jumping between Windows and Linux environments.
While veterans might remain loyal to Vim or Emacs, Microsoft Edit CLI provides a lower barrier to entry. Its TUI is designed to be intuitive, making it a great middle-ground for users who want modern features without spending weeks memorizing complex modal commands. With the recent updates, it is becoming a legitimate competitor for quick file edits and light coding tasks right inside your favorite shell.
The recent update to the msedit snap package ensures that Linux enthusiasts are no longer trailing behind, putting the power of version 2.0.0 directly into the hands of desktop users.
Source: Read Original Article