Skip to content

Installation

Luz requires Python 3.8 or higher and has no external dependencies.

Clone the repository

git clone https://github.com/Elabsurdo984/luz-lang.git
cd luz-lang

That's it — no build step, no package manager, no virtual environment needed.

VS Code syntax highlighting

A syntax highlighting extension for VS Code is included in the vscode-luz/ folder.

  1. Copy the folder to ~/.vscode/extensions/
  2. Restart VS Code

Luz files (.luz) will now have keyword highlighting.