Files
ucxl-vscode/examples/ucxl_example.rs
anthonyrawlins 8d40cd98ac Initial commit - UCXL VS Code extension
- Added UCXL VS Code extension with syntax highlighting
- Implemented language configuration and grammar definitions
- Created extension package with examples and documentation
- Added syntax highlighting for UCXL code structures

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 09:39:31 +10:00

5 lines
168 B
Rust

fn main() {
let context = ucxl::Context::from(ucxl://any:developer@chorus:website-redesign/#/db/connection/credentials).expect("Failed to create UCXL context");
}