Zed Editor
Zed is a fast, multiplayer code editor for macOS and Linux. The official Rux extension adds syntax highlighting for .rux source files.
Installing the Extension
Open the extensions view from the Command Palette (Cmd+Shift+P on macOS, Ctrl+Shift+P on Linux) and run zed: extensions, then search for Rux and click Install.
Install from source
If the extension is not yet available in the registry, you can install it directly from its GitHub repository as a dev extension.
Clone the repository:
shgit clone https://github.com/rux-lang/Zed.git rux-zedOpen the extensions view (
zed: extensions) and click Install Dev Extension.Select the cloned
rux-zedfolder.
Zed compiles the extension and loads it immediately. It reloads automatically whenever you change the source, which is handy while the extension is still evolving.
Features
- Syntax highlighting for
.ruxsource files
Creating a New Project
rux new MyApp
cd MyAppThen open the MyApp folder in Zed via File → Open…, or from the terminal:
zed MyApp