Editor extensions and plugins for the URUS programming language.
| Editor | Folder | Features | Version |
|---|---|---|---|
| VS Code | vscode/ |
Syntax highlighting, IntelliSense, diagnostics, build commands, 50+ snippets, semantic tokens, URUS Dark theme | v0.3.0 |
| Acode (Android) | acode/ |
Syntax highlighting, auto-complete, 28 snippets, code folding, smart indent | v0.3.0 |
Full IDE-like support: syntax highlighting, auto-complete, hover tooltips, signature help, error diagnostics, build/run commands, document outline, semantic tokens, URUS Dark theme, and 50+ snippets.
Install:
# From VSIX
code --install-extension vscode/urus-language-0.3.0.vsix
# Or from marketplace (search "URUS")See vscode/README.md for full documentation.
Full mobile-optimized support: syntax highlighting, auto-complete with all 34 built-ins, 28 snippets, code folding, smart indentation. Lightweight single-file plugin, no dependencies.
Install: Acode > Settings > Plugins > search "URUS"
See acode/README.md for full documentation.
- Fork this repository
- Edit the extension/plugin files
- Test locally
- Submit a PR
Apache 2.0