public RwHtmlBindingContentDefinition(ClassificationColorManager colorManager) { var style = colorManager.GetColor<RwHtmlBindingContentDefinition>(); BackgroundColor = style.BackgroundColor; ForegroundColor = style.ForegroundColor; DisplayName = "RWHTML Binding Content"; }
public DothtmlBindingBraceDefinition(ClassificationColorManager colorManager) { var style = colorManager.GetColor<DothtmlBindingBraceDefinition>(); BackgroundColor = style.BackgroundColor; ForegroundColor = style.ForegroundColor; DisplayName = "Dothtml Binding Brace"; }