Ejemplo n.º 1
0
 public ShaderLabLanguageService(ShaderLabLanguage psiLanguageType, IConstantValueService constantValueService, CommonIdentifierIntern commonIdentifierIntern)
     : base(psiLanguageType, constantValueService)
 {
     myCommonIdentifierIntern = commonIdentifierIntern;
 }
Ejemplo n.º 2
0
 public ShaderLabLanguageService(ShaderLabLanguage psiLanguageType, IConstantValueService constantValueService, CommonIdentifierIntern commonIdentifierIntern, ShaderLabCodeFormatter codeFormatter)
     : base(psiLanguageType, constantValueService)
 {
     myCommonIdentifierIntern = commonIdentifierIntern;
     myCodeFormatter          = codeFormatter;
 }