Inheritance: ShaderTools.VisualStudio.Core.Tagging.Classification.ClassificationColorManagerBase
 public ShaderPropertyFormat(ClassificationColorManager colorManager)
 {
     DisplayName = "ShaderLab Shader Property";
     ForegroundColor = colorManager.GetDefaultColor(ShaderPropertyClassificationTypeName);
 }
 public AttributeFormat(ClassificationColorManager colorManager)
 {
     DisplayName = "ShaderLab Attribute";
     ForegroundColor = colorManager.GetDefaultColor(AttributeClassificationTypeName);
 }
 public PunctuationFormat(ClassificationColorManager colorManager)
 {
     DisplayName = "ShaderLab Punctuation";
     ForegroundColor = colorManager.GetDefaultColor(PunctuationClassificationTypeName);
 }