monarch-rs 0.1.0

Advanced Git Management Suite for handling multiple repositories concurrently
Documentation
1
2
3
4
5
6
7
8
9
10
//! Integrated editor functionality

/// Basic text editor implementation
pub mod text_editor;

/// External editor integration
pub mod external;

/// File type detection and syntax highlighting
pub mod syntax;