Skip to main content

SyntaxTheme

Type Alias SyntaxTheme 

Source
pub type SyntaxTheme = DiffTheme;
Expand description

A syntax-only theme view. This alias keeps the capture API compact while allowing callers to depend on the syntax boundary rather than the diff UI.

Aliased Typeยง

pub struct SyntaxTheme { /* private fields */ }