A Zed editor extension aiming to provide comprehensive support for Robot Framework.
This extension enhances your Robot Framework development experience in Zed with:
- Syntax Highlighting: Full syntax highlighting for Robot Framework test cases, keywords, and variables
- Code Folding: Intelligent code folding for test cases, keywords, and sections
- Install the extension from the Zed extensions marketplace
- Search for "Robot Framework"
- Click Install
Alternatively, you can install directly from the extension ID: robot
Once installed, the extension will automatically activate when you open files with the .robot extension.
languages/robot/: Language configuration including:config.toml: Main language configurationhighlights.scm: Syntax highlighting rulesfolds.scm: Code folding rulesindents.scm: Indentation rules
Contributions are welcome! Please feel free to submit a Pull Request.