public ShaderLabLanguageService(ShaderLabLanguage psiLanguageType, IConstantValueService constantValueService, CommonIdentifierIntern commonIdentifierIntern) : base(psiLanguageType, constantValueService) { myCommonIdentifierIntern = commonIdentifierIntern; }
public ShaderLabLanguageService(ShaderLabLanguage psiLanguageType, IConstantValueService constantValueService, CommonIdentifierIntern commonIdentifierIntern, ShaderLabCodeFormatter codeFormatter) : base(psiLanguageType, constantValueService) { myCommonIdentifierIntern = commonIdentifierIntern; myCodeFormatter = codeFormatter; }