Path	Lines of Code
Backend/Core/BuildScript/DefineForTeaConstants.cs	25
Backend/Core/Directory.Build.props	6
Backend/Core/ForTea.Core/Daemon/Attributes/T4HighlightingAttributeGroup.cs	7
Backend/Core/ForTea.Core/Daemon/Attributes/T4HighlightingAttributeIdRegistrations.cs	42
Backend/Core/ForTea.Core/Daemon/Attributes/T4HighlightingAttributeIds.cs	25
Backend/Core/ForTea.Core/Daemon/Highlightings/SyntaxHighlightings.cs	53
Backend/Core/ForTea.Core/Daemon/Highlightings/T4Errors.cs	9
Backend/Core/ForTea.Core/Daemon/Highlightings/T4Errors.xml	93
Backend/Core/ForTea.Core/Daemon/Highlightings/T4Warnings.xml	72
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4AttributeValueProblemAnalyzerBase.cs	31
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4DuplicateAssemblyDirectiveProblemAnalyzer.cs	40
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4EmptyBlockAnalyzer.cs	23
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4EscapedKeywordAnalyzer.cs	21
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4IgnoredDirectiveInPreprocessedTemplateAnalyzers.cs	36
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4IllegalCharacterAnalyzer.cs	34
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4InvalidAttributeValueAnalyzer.cs	27
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4MissingRequiredAttributeAnalyzer.cs	61
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4NoSupportForVBAnalyzer.cs	20
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4StatementAfterFeatureAnalyzer.cs	25
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4TextAfterFeatureAnalyzer.cs	34
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4UnexpectedAttributeAnalyzer.cs	25
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4UnexpectedDirectiveAnalyzer.cs	22
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4UnresolvedEnvironmentVariableAnalyzer.cs	25
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4UnresolvedMacroAnalyzer.cs	27
Backend/Core/ForTea.Core/Daemon/ProblemAnalyzers/T4UnresolvedPathAnalyzer.cs	41
Backend/Core/ForTea.Core/Daemon/Processes/T4CSharpErrorProcess.cs	53
Backend/Core/ForTea.Core/Daemon/Processes/T4DaemonStageProcessBase.cs	23
Backend/Core/ForTea.Core/Daemon/Processes/T4IncludeAwareDaemonProcess.cs	27
Backend/Core/ForTea.Core/Daemon/Processes/T4IncludeAwareDaemonProcessVisitor.cs	102
Backend/Core/ForTea.Core/Daemon/Processes/T4ProblemAnalyzerProcess.cs	67
Backend/Core/ForTea.Core/Daemon/QuickFixes/ChangeLanguageTypeQuickFix.cs	36
Backend/Core/ForTea.Core/Daemon/QuickFixes/CreateTransformTextMethodQuickFix.cs	88
Backend/Core/ForTea.Core/Daemon/QuickFixes/HotspotHelper.cs	18
Backend/Core/ForTea.Core/Daemon/QuickFixes/Moving/PlaceBeforeFeatureQuickFixBase.cs	51
Backend/Core/ForTea.Core/Daemon/QuickFixes/Moving/T4PlaceStatementBeforeFeatureQuickFix.cs	22
Backend/Core/ForTea.Core/Daemon/QuickFixes/Moving/T4PlaceTextBeforeFeatureQuickFix.cs	16
Backend/Core/ForTea.Core/Daemon/QuickFixes/Removing/T4RemoveBlockQuickFixBase.cs	40
Backend/Core/ForTea.Core/Daemon/QuickFixes/Removing/T4RemoveDirectiveQuickFix.cs	16
Backend/Core/ForTea.Core/Daemon/QuickFixes/Removing/T4RemoveExpressionBlockQuickFix.cs	19
Backend/Core/ForTea.Core/Daemon/QuickFixes/Removing/T4RemoveRedundantAssemblyDirectiveQuickFix.cs	19
Backend/Core/ForTea.Core/Daemon/QuickFixes/Removing/T4RemoveRedundantIncludeQuickFix.cs	17
Backend/Core/ForTea.Core/Daemon/QuickFixes/ReplaceWithClrNameQuickFix.cs	41
Backend/Core/ForTea.Core/Daemon/QuickFixes/T4ChangeAttributeValueQuickFix.cs	40
Backend/Core/ForTea.Core/Daemon/QuickFixes/T4ReplaceWithFeatureBlockQuickFix.cs	36
Backend/Core/ForTea.Core/Daemon/Quickdocs/T4EnvironmentQuickDocPresenter.cs	19
Backend/Core/ForTea.Core/Daemon/Quickdocs/T4MacroQuickDocPresenter.cs	31
Backend/Core/ForTea.Core/Daemon/Quickdocs/T4QuickDocPresenterBase.cs	38
Backend/Core/ForTea.Core/Daemon/Quickdocs/T4QuickDocProvider.cs	51
Backend/Core/ForTea.Core/Daemon/Stages/T4CSharpErrorStage.cs	24
Backend/Core/ForTea.Core/Daemon/Stages/T4DaemonStageBase.cs	28
Backend/Core/ForTea.Core/Daemon/Stages/T4IncludeAwareDaemonStage.cs	18
Backend/Core/ForTea.Core/Daemon/Stages/T4ProblemAnalyzerStage.cs	20
Backend/Core/ForTea.Core/Daemon/Syntax/T4SyntaxHighlightingVisitor.cs	60
Backend/Core/ForTea.Core/Daemon/T4LanguageSpecificDaemonBehavior.cs	23
Backend/Core/ForTea.Core/IT4Environment.cs	22
Backend/Core/ForTea.Core/IT4Zone.cs	20
Backend/Core/ForTea.Core/Parsing/Lexing/IT4LexerSelector.cs	11
Backend/Core/ForTea.Core/Parsing/Lexing/T4DelegatingLexerSelector.cs	27
Backend/Core/ForTea.Core/Parsing/Lexing/T4DocumentLexerSelector.cs	20
Backend/Core/ForTea.Core/Parsing/Lexing/T4Lexer.lex	19
Backend/Core/ForTea.Core/Parsing/Lexing/T4LexerGenerated.Supplement.cs	127
Backend/Core/ForTea.Core/Parsing/Lexing/T4Rules.lex	51
Backend/Core/ForTea.Core/Parsing/ParserMessages.cs	18
Backend/Core/ForTea.Core/Parsing/Ranges/T4DocumentRangeTranslator.cs	23
Backend/Core/ForTea.Core/Parsing/Ranges/T4DocumentToTreeTranslator.cs	49
Backend/Core/ForTea.Core/Parsing/Ranges/T4FileSector.cs	29
Backend/Core/ForTea.Core/Parsing/Ranges/T4RangeTranslatorBase.cs	16
Backend/Core/ForTea.Core/Parsing/Ranges/T4TreeToDocumentTranslator.cs	65
Backend/Core/ForTea.Core/Parsing/Ranges/T4UnsafeManualRangeTranslationUtil.cs	48
Backend/Core/ForTea.Core/Parsing/T4ElementFactory.cs	56
Backend/Core/ForTea.Core/Parsing/T4FilteringLexer.cs	12
Backend/Core/ForTea.Core/Parsing/T4Lexer.cs	28
Backend/Core/ForTea.Core/Parsing/T4LexerFactory.cs	14
Backend/Core/ForTea.Core/Parsing/T4MissingTokenInserter.cs	52
Backend/Core/ForTea.Core/Parsing/T4Parser.cs	167
Backend/Core/ForTea.Core/Parsing/T4ParsingContextHelper.cs	29
Backend/Core/ForTea.Core/Parsing/T4ParsingUtils.cs	17
Backend/Core/ForTea.Core/Parsing/T4TokenNodeFlag.cs	11
Backend/Core/ForTea.Core/Parsing/T4TokenNodeType.cs	39
Backend/Core/ForTea.Core/Parsing/T4TokenNodeTypeIndices.cs	32
Backend/Core/ForTea.Core/Parsing/T4TokenNodeTypes.cs	66
Backend/Core/ForTea.Core/Properties/AssemblyInfo.cs	14
Backend/Core/ForTea.Core/Psi/Cache/IT4FileDependencyGraph.cs	10
Backend/Core/ForTea.Core/Psi/Cache/IT4FileGraphNotifier.cs	9
Backend/Core/ForTea.Core/Psi/Cache/IT4PsiFileSelector.cs	16
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4DependencyInvalidationExtensions.cs	14
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4FileDependencyCache.cs	193
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4FileDependencyData.cs	11
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4FileDependencyDataMarshaller.cs	25
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4FileDependencyInvalidator.cs	52
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4GraphSinkSearcher.cs	56
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4IncludeData.cs	11
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4IndirectIncludeTransitiveClosureSearcher.cs	83
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4PreprocessedTemplateFlagInvalidator.cs	82
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4PreprocessedTemplateFlagUtils.cs	13
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4PsiFileSelector.cs	68
Backend/Core/ForTea.Core/Psi/Cache/Impl/T4ReversedFileDependencyData.cs	12
Backend/Core/ForTea.Core/Psi/Cache/T4DeclaredAssembliesDiff.cs	23
Backend/Core/ForTea.Core/Psi/Cache/T4DeclaredAssembliesInfo.cs	42
Backend/Core/ForTea.Core/Psi/Cache/T4DeclaredAssembliesManager.cs	76
Backend/Core/ForTea.Core/Psi/Cache/T4DeclaredAssemblyReferenceExtensions.cs	19
Backend/Core/ForTea.Core/Psi/Cache/T4FileInvalidationData.cs	19
Backend/Core/ForTea.Core/Psi/Cache/T4IndirectFileChangeObserverBase.cs	69
Backend/Core/ForTea.Core/Psi/Cache/T4PsiAwareCacheBase.cs	41
Backend/Core/ForTea.Core/Psi/Directives/AssemblyDirectiveInfo.cs	26
Backend/Core/ForTea.Core/Psi/Directives/Attributes/BooleanDirectiveAttributeInfo.cs	11
Backend/Core/ForTea.Core/Psi/Directives/Attributes/CultureDirectiveAttributeInfo.cs	34
Backend/Core/ForTea.Core/Psi/Directives/Attributes/DirectiveAttributeInfo.cs	31
Backend/Core/ForTea.Core/Psi/Directives/Attributes/DirectiveAttributeOptions.cs	11
Backend/Core/ForTea.Core/Psi/Directives/Attributes/EncodingDirectiveAttributeInfo.cs	33
Backend/Core/ForTea.Core/Psi/Directives/Attributes/EnumDirectiveAttributeInfo.cs	24
Backend/Core/ForTea.Core/Psi/Directives/Attributes/LanguageAttributeInfo.cs	23
Backend/Core/ForTea.Core/Psi/Directives/Attributes/T4VisibilityDirectiveAttributeInfo.cs	12
Backend/Core/ForTea.Core/Psi/Directives/DirectiveInfo.cs	29
Backend/Core/ForTea.Core/Psi/Directives/ImportDirectiveInfo.cs	26
Backend/Core/ForTea.Core/Psi/Directives/IncludeDirectiveInfo.cs	19
Backend/Core/ForTea.Core/Psi/Directives/OutputDirectiveInfo.cs	19
Backend/Core/ForTea.Core/Psi/Directives/ParameterDirectiveInfo.cs	20
Backend/Core/ForTea.Core/Psi/Directives/T4DirectiveInfoManager.cs	72
Backend/Core/ForTea.Core/Psi/Directives/TemplateDirectiveInfo.cs	47
Backend/Core/ForTea.Core/Psi/FileType/T4FileExtensions.cs	12
Backend/Core/ForTea.Core/Psi/FileType/T4ProjectFileType.cs	38
Backend/Core/ForTea.Core/Psi/Formatting/SpaceTypeProviders/IT4BlockSpaceTypeProvider.cs	12
Backend/Core/ForTea.Core/Psi/Formatting/SpaceTypeProviders/Impl/T4ComplexCodeBlockInnerBoundSpaceTypeProvider.cs	14
Backend/Core/ForTea.Core/Psi/Formatting/SpaceTypeProviders/Impl/T4ExpressionBlockInnerBoundSpaceTypeProvider.cs	14
Backend/Core/ForTea.Core/Psi/Formatting/SpaceTypeProviders/Impl/T4ExpressionBlockOuterBoundSpaceTypeProvider.cs	26
Backend/Core/ForTea.Core/Psi/Formatting/SpaceTypeProviders/T4BlockInnerBoundSpaceTypeProviderBase.cs	30
Backend/Core/ForTea.Core/Psi/Formatting/SpaceTypeProviders/T4BlockSpaceTypeProviderBase.cs	15
Backend/Core/ForTea.Core/Psi/Formatting/T4CSharpCustomFormattingInfoProvider.cs	44
Backend/Core/ForTea.Core/Psi/Formatting/T4CSharpCustomIndentHandler.cs	193
Backend/Core/ForTea.Core/Psi/Modules/IT4FilePsiModule.cs	12
Backend/Core/ForTea.Core/Psi/Modules/References/IT4AssemblyReferenceManager.cs	15
Backend/Core/ForTea.Core/Psi/Modules/References/Impl/T4AssemblyReferenceManager.cs	129
Backend/Core/ForTea.Core/Psi/Modules/T4FilePsiModule.cs	166
Backend/Core/ForTea.Core/Psi/Modules/T4MiscFilesProjectPsiModuleProvider.cs	46
Backend/Core/ForTea.Core/Psi/Modules/T4ModulePsiUtils.cs	30
Backend/Core/ForTea.Core/Psi/Modules/T4ProjectPsiModuleHandler.cs	67
Backend/Core/ForTea.Core/Psi/Modules/T4ProjectPsiModuleProviderFilter.cs	45
Backend/Core/ForTea.Core/Psi/Modules/T4PsiModuleExtensions.cs	15
Backend/Core/ForTea.Core/Psi/Modules/T4PsiModuleProvider.cs	169
Backend/Core/ForTea.Core/Psi/Modules/T4PsiProjectFile.cs	30
Backend/Core/ForTea.Core/Psi/Modules/T4WriteOnlyChangeProvider.cs	10
Backend/Core/ForTea.Core/Psi/OutsideSolution/T4OutsideSolutionExtensions.cs	20
Backend/Core/ForTea.Core/Psi/OutsideSolution/T4OutsideSolutionNavigationInfo.cs	19
Backend/Core/ForTea.Core/Psi/OutsideSolution/T4OutsideSolutionNavigationProvider.cs	24
Backend/Core/ForTea.Core/Psi/OutsideSolution/T4OutsideSolutionOccurenceProvider.cs	21
Backend/Core/ForTea.Core/Psi/OutsideSolution/T4OutsideSolutionOccurrence.cs	43
Backend/Core/ForTea.Core/Psi/OutsideSolution/T4OutsideSolutionSourceFile.cs	44
Backend/Core/ForTea.Core/Psi/OutsideSolution/T4OutsideSolutionSourceFileManager.cs	75
Backend/Core/ForTea.Core/Psi/OutsideSolution/T4OutsideSolutionSourceFileProperties.cs	18
Backend/Core/ForTea.Core/Psi/Properties/T4GeneratedFilePropertiesProvider.cs	37
Backend/Core/ForTea.Core/Psi/Properties/T4PreprocessResultProjectFileProperties.cs	23
Backend/Core/ForTea.Core/Psi/Resolve/Assemblies/IT4AssemblyReferenceResolver.cs	21
Backend/Core/ForTea.Core/Psi/Resolve/Assemblies/IT4LightWeightAssemblyReferenceResolver.cs	13
Backend/Core/ForTea.Core/Psi/Resolve/Assemblies/IT4ProjectReferenceResolver.cs	17
Backend/Core/ForTea.Core/Psi/Resolve/Assemblies/Impl/T4AssemblyReferenceResolver.cs	86
Backend/Core/ForTea.Core/Psi/Resolve/Assemblies/Impl/T4BasicLightWeightAssemblyReferenceResolver.cs	12
Backend/Core/ForTea.Core/Psi/Resolve/Assemblies/Impl/T4ProjectReferenceResolver.cs	47
Backend/Core/ForTea.Core/Psi/Resolve/Macros/IT4IncludeResolver.cs	16
Backend/Core/ForTea.Core/Psi/Resolve/Macros/IT4MacroResolver.cs	16
Backend/Core/ForTea.Core/Psi/Resolve/Macros/Impl/T4BasicMacroResolver.cs	19
Backend/Core/ForTea.Core/Psi/Resolve/Macros/Impl/T4IncludeResolver.cs	32
Backend/Core/ForTea.Core/Psi/Resolve/Macros/Impl/T4ResolvedPath.cs	49
Backend/Core/ForTea.Core/Psi/Resolve/T4FileReference.cs	30
Backend/Core/ForTea.Core/Psi/Resolve/T4MacroResolveContext.cs	27
Backend/Core/ForTea.Core/Psi/Resolve/T4ReferenceFactory.cs	27
Backend/Core/ForTea.Core/Psi/Resolve/T4ReferenceProviderFactory.cs	25
Backend/Core/ForTea.Core/Psi/Service/IT4CodeFormatter.cs	7
Backend/Core/ForTea.Core/Psi/Service/Impl/T4CodeFormatter.cs	68
Backend/Core/ForTea.Core/Psi/Service/T4CachingLexerService.cs	9
Backend/Core/ForTea.Core/Psi/Service/T4CodeFormattingSettingsKey.cs	12
Backend/Core/ForTea.Core/Psi/Service/T4LanguageService.cs	57
Backend/Core/ForTea.Core/Psi/Service/T4ProjectFileLanguageService.cs	22
Backend/Core/ForTea.Core/Psi/T4CSharpCustomModificationHandler.cs	254
Backend/Core/ForTea.Core/Psi/T4CSharpGeneratedDocumentService.cs	81
Backend/Core/ForTea.Core/Psi/T4CSharpLanguageLevelProvider.cs	29
Backend/Core/ForTea.Core/Psi/T4Language.cs	24
Backend/Core/ForTea.Core/Psi/T4ModuleReferencer.cs	66
Backend/Core/ForTea.Core/Psi/T4PsiProjectFileProperties.cs	17
Backend/Core/ForTea.Core/Psi/T4SecondaryLexingProcess.cs	42
Backend/Core/ForTea.Core/Psi/Utils/T4IncludeGuard.cs	30
Backend/Core/ForTea.Core/Resources/Strings.Designer.cs	62
Backend/Core/ForTea.Core/Services/CodeCompletion/AutopopupInDirective.cs	45
Backend/Core/ForTea.Core/Services/CodeCompletion/CodeCompletionExtensions.cs	29
Backend/Core/ForTea.Core/Services/CodeCompletion/DirectiveAttributeNameItemsProvider.cs	56
Backend/Core/ForTea.Core/Services/CodeCompletion/DirectiveAttributeValueItemsProvider.cs	59
Backend/Core/ForTea.Core/Services/CodeCompletion/DirectiveNameItemsProvider.cs	50
Backend/Core/ForTea.Core/Services/CodeCompletion/T4AutopopupSettingsKey.cs	11
Backend/Core/ForTea.Core/Services/CodeCompletion/T4CodeCompletionContext.cs	14
Backend/Core/ForTea.Core/Services/CodeCompletion/T4CodeCompletionContextProvider.cs	15
Backend/Core/ForTea.Core/Services/CodeStructure/T4CSharpCodeStructureAspects.cs	77
Backend/Core/ForTea.Core/Services/CodeStructure/T4CSharpCodeStructureDeclaredElement.cs	48
Backend/Core/ForTea.Core/Services/CodeStructure/T4CSharpCodeStructureNamespace.cs	20
Backend/Core/ForTea.Core/Services/CodeStructure/T4CSharpCodeStructureProvider.cs	179
Backend/Core/ForTea.Core/Services/CodeStructure/T4CSharpCodeStructureRegion.cs	34
Backend/Core/ForTea.Core/Services/CodeStructure/T4CSharpCodeStructureRegionEnd.cs	23
Backend/Core/ForTea.Core/Services/CodeStructure/T4CodeStructureDirective.cs	84
Backend/Core/ForTea.Core/Services/CodeStructure/T4CodeStructureElement.cs	74
Backend/Core/ForTea.Core/Services/CodeStructure/T4CodeStructureRootElement.cs	13
Backend/Core/ForTea.Core/Services/Selection/T4CodeBehindWrappedSelection.cs	34
Backend/Core/ForTea.Core/Services/Selection/T4NodeSelection.cs	22
Backend/Core/ForTea.Core/Services/Selection/T4SelectEmbracingConstructProvider.cs	53
Backend/Core/ForTea.Core/Services/T4BraceHighlighter.cs	56
Backend/Core/ForTea.Core/Services/T4DefaultEnvironment.cs	30
Backend/Core/ForTea.Core/Services/T4SpecificOwnerUtil.cs	20
Backend/Core/ForTea.Core/Services/TypingAssist/T4CSharpTypingAssist.cs	57
Backend/Core/ForTea.Core/Services/TypingAssist/T4TypingAssist.cs	311
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Descriptions/IT4AppendableElementDescription.cs	12
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Descriptions/T4CodeDescription.cs	32
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Descriptions/T4ExpressionDescription.cs	91
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Descriptions/T4FeatureExpressionDescription.cs	30
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Descriptions/T4ImportDescription.cs	31
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Descriptions/T4ImportWithLineDescription.cs	37
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Descriptions/T4ParameterDescription.cs	80
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Descriptions/T4TextDescription.cs	51
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Interrupt/IT4CodeGenerationInterrupter.cs	7
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Interrupt/T4CodeBehindGenerationInterrupter.cs	9
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Interrupt/T4CodeGenerationInterrupter.cs	8
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Interrupt/T4FailureRawData.cs	45
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/Interrupt/T4OutputGenerationException.cs	13
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/State/IT4InfoCollectorState.cs	18
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/State/T4InfoCollectorSateSeenSpecialBlock.cs	35
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/State/T4InfoCollectorStateBase.cs	27
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/State/T4InfoCollectorStateInitial.cs	40
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/State/T4InfoCollectorStateSeenFeature.cs	43
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/State/T4InfoCollectorStateSeenFeatureAndExpressionBlock.cs	51
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/State/T4InfoCollectorStateSeenFeatureAndNewLine.cs	42
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/State/T4InfoCollectorStateSeenFeatureAndText.cs	48
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/T4CSharpCodeBehindGenerationInfoCollector.cs	22
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/T4CSharpCodeGenerationInfoCollector.cs	23
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/T4CSharpCodeGenerationInfoCollectorBase.cs	172
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/T4CSharpCodeGenerationIntermediateResult.cs	90
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/T4CSharpPreprocessedCodeGenerationInfoCollector.cs	19
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/T4EncodingsManager.cs	65
Backend/Core/ForTea.Core/TemplateProcessing/CodeCollecting/T4PreprocessedCSharpCodeBehindGenerationInfoCollector.cs	44
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/ClassName/IT4GeneratedClassNameProvider.cs	10
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/ClassName/T4ExecutableClassNameProvider.cs	9
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/ClassName/T4PreprocessedClassNameProvider.cs	13
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/GeneratorKind/IT4GeneratorKind.cs	23
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/IT4ElementAppendFormatProvider.cs	31
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/T4CSharpCodeBehindIntermediateConverter.cs	117
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/T4CSharpExecutableCodeBehindIntermediateConverter.cs	56
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/T4CSharpIntermediateConverterBase.cs	279
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Converters/T4PreprocessedClassNameUtil.cs	16
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/Reference/T4AssemblyReferenceInfo.cs	17
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/T4CSharpCodeGenerationResult.cs	59
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/T4CodeGeneration.cs	40
Backend/Core/ForTea.Core/TemplateProcessing/CodeGeneration/T4TextTemplatingFQNs.cs	24
Backend/Core/ForTea.Core/TemplateProcessing/Managing/IT4TargetFileChecker.cs	13
Backend/Core/ForTea.Core/TemplateProcessing/Managing/Impl/T4TargetFileChecker.cs	47
Backend/Core/ForTea.Core/TemplateProcessing/Services/IT4RootTemplateKindProvider.cs	9
Backend/Core/ForTea.Core/TemplateProcessing/Services/IT4TemplateKindProvider.cs	13
Backend/Core/ForTea.Core/TemplateProcessing/Services/Impl/T4RootTemplateKindProvider.cs	24
Backend/Core/ForTea.Core/TemplateProcessing/Services/Impl/T4TemplateKindProvider.cs	18
Backend/Core/ForTea.Core/TemplateProcessing/Services/T4TemplateDataManagerExtensions.cs	21
Backend/Core/ForTea.Core/TemplateProcessing/Services/T4TemplateKind.cs	9
Backend/Core/ForTea.Core/TemplateProcessing/Services/T4TemplateManagerConstants.cs	28
Backend/Core/ForTea.Core/TemplateProcessing/T4CSharpCodeGenerationUtils.cs	63
Backend/Core/ForTea.Core/TemplateProcessing/T4TemplateResourceProvider.cs	31
Backend/Core/ForTea.Core/Tree/IT4AssemblyDirective.cs	6
Backend/Core/ForTea.Core/Tree/IT4DirectiveWithPath.cs	18
Backend/Core/ForTea.Core/Tree/IT4File.cs	7
Backend/Core/ForTea.Core/Tree/IT4FileLikeNode.cs	25
Backend/Core/ForTea.Core/Tree/IT4IncludeDirective.cs	9
Backend/Core/ForTea.Core/Tree/IT4IncludedFile.cs	6
Backend/Core/ForTea.Core/Tree/IT4Token.cs	7
Backend/Core/ForTea.Core/Tree/IT4TreeNode.cs	10
Backend/Core/ForTea.Core/Tree/Impl/AssemblyDirective.cs	9
Backend/Core/ForTea.Core/Tree/Impl/ChildRole.cs	7
Backend/Core/ForTea.Core/Tree/Impl/File.cs	14
Backend/Core/ForTea.Core/Tree/Impl/IncludeDirective.cs	17
Backend/Core/ForTea.Core/Tree/Impl/IncludedFile.cs	28
Backend/Core/ForTea.Core/Tree/Impl/T4CompositeElement.cs	13
Backend/Core/ForTea.Core/Tree/Impl/T4CompositeNodeType.cs	11
Backend/Core/ForTea.Core/Tree/Impl/T4DirectiveWithPathBase.cs	28
Backend/Core/ForTea.Core/Tree/Impl/T4FileBase.cs	10
Backend/Core/ForTea.Core/Tree/Impl/T4Token.cs	30
Backend/Core/ForTea.Core/Tree/T4TreeExtensions.cs	241
Backend/Core/ForTea.Core/ZoneMarker.cs	8
Backend/Core/PackagesLock.targets	13
Backend/Directory.Build.props	10
Backend/Directory.Build.targets	5
Backend/ReSharperPlugin/Directory.Build.props	6
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Daemon/Attributes/T4ReSharperHighlightingAttributeIdRegistrations.cs	23
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Daemon/Highlightings/PredefinedHighlighterIds.cs	27
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Daemon/Processes/T4CSharpHighlightingProcess.cs	116
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Daemon/Processes/T4HighlightingProcess.cs	69
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Daemon/Stages/T4CSharpHighlightingStage.cs	30
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Daemon/Stages/T4HighlightingStage.cs	23
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/ExposeTextTemplatingEngineHostService.cs	16
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Properties/AssemblyInfo.cs	12
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Assemblies/Impl/T4LightWeightAssemblyReferenceResolver.cs	23
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Assemblies/Impl/T4LightWeightAssemblyResolutionCache.cs	112
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Assemblies/Impl/T4LightWeightAssemblyResolutionData.cs	13
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Assemblies/Impl/T4LightWeightAssemblyResolutionDataMarshaller.cs	29
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Assemblies/Impl/T4LightWeightAssemblyResolutionRequest.cs	13
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Assemblies/Impl/T4ReSharperAssemblyReferenceResolver.cs	25
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Macros/T4MacroResolutionCache.T4AfterMacroCacheBuiltFileInvalidator.cs	58
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Macros/T4MacroResolutionCache.cs	94
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Macros/T4MacroResolutionData.cs	11
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Macros/T4MacroResolutionDataMarshaller.cs	30
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Macros/T4MacroResolutionRequest.cs	12
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/T4ResolutionUtils.cs	21
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Utils/T4UnsafeMarshallers.cs	34
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/ReSharperT4PluginActivator.cs	22
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/T4ReSharperEnvironment.cs	178
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/T4ReSharperMacroResolver.cs	29
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/VsVersions.cs	12
Backend/ReSharperPlugin/ForTea.ReSharperPlugin/ZoneMarker.cs	10
Backend/ReSharperPlugin/PackagesLock.targets	14
Backend/ReSharperPlugin/build.cmd	6
Backend/ReSharperPlugin/build.ps1	61
Backend/ReSharperPlugin/build/_build/ForTeaBuild.cs	97
Backend/RiderPlugin/ForTea.RiderPlugin/BuildScript/ForTeaInRiderProduct.cs	14
Backend/RiderPlugin/ForTea.RiderPlugin/Daemon/Attributes/T4RiderHighlightingAttributeIdRegistrations.cs	19
Backend/RiderPlugin/ForTea.RiderPlugin/Daemon/Syntax/T4RiderSyntaxHighlightingManager.cs	15
Backend/RiderPlugin/ForTea.RiderPlugin/Daemon/Syntax/T4SyntaxHighlightingProcessor.cs	41
Backend/RiderPlugin/ForTea.RiderPlugin/Debugger/T4BreakpointVariantsProvider.cs	39
Backend/RiderPlugin/ForTea.RiderPlugin/Directory.Build.props	6
Backend/RiderPlugin/ForTea.RiderPlugin/Features/Folding/T4CodeFoldingAttributes.cs	15
Backend/RiderPlugin/ForTea.RiderPlugin/Features/Folding/T4CodeFoldingProcessor.cs	75
Backend/RiderPlugin/ForTea.RiderPlugin/Features/Folding/T4CodeFoldingProcessorFactory.cs	13
Backend/RiderPlugin/ForTea.RiderPlugin/Install/AdvertiseRiderBundledPlugin.cs	18
Backend/RiderPlugin/ForTea.RiderPlugin/PackagesLock.targets	12
Backend/RiderPlugin/ForTea.RiderPlugin/Properties/AssemblyInfo.cs	16
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Action/T4ExecuteTemplateActionBase.cs	27
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Action/T4ExecuteTemplateActions.cs	20
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Action/T4FileBasedActionBase.cs	46
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Action/T4PreprocessTemplateAction.cs	27
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Highlighting/Impl/T4OutputExtensionChangeListener.cs	11
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Highlighting/Impl/T4OutputExtensionChangeListenerEx.cs	27
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Highlighting/Impl/T4OutputExtensionFrontendNotifier.cs	87
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Highlighting/T4RiderSyntaxHighlightingHost.cs	73
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/IT4ModelInteractionHelper.cs	19
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/IT4TemplateExecutionManager.cs	17
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Impl/T4EnvDTEHost.cs	20
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Impl/T4HostOutputFileRefresher.cs	34
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Impl/T4ModelInteractionHelper.cs	64
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Impl/T4ProtocolModelManager.cs	104
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Impl/T4TemplateExecutionManager.cs	167
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/RunMarkers/T4FileRunMarkerGutterMark.cs	81
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/RunMarkers/T4RunMarkerAttributeIds.cs	14
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/RunMarkers/T4RunMarkerHighlighting.cs	24
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/RunMarkers/T4RunMarkerProvider.cs	32
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Services/IT4TemplatePreprocessingManager.cs	12
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Services/Impl/T4TemplatePreprocessingManager.cs	76
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/TestFramework/T4TestHost.cs	69
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/TestFramework/ZoneMarker.cs	10
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/Tool/T4InternalGenerator.cs	82
Backend/RiderPlugin/ForTea.RiderPlugin/ProtocolAware/ZoneMarker.cs	10
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Assemblies/Impl/T4LightWeightAssemblyReferenceResolver.cs	21
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Resolve/Assemblies/Impl/T4DteAwareAssemblyReferenceResolver.cs	50
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Resolve/Macros/FeatureAware/T4FeatureAwareLightMacroResolver.cs	68
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Resolve/Macros/FeatureAware/T4RiderFeatureAwareMacroResolver.cs	65
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Resolve/Macros/FeatureAware/ZoneMarker.cs	10
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Resolve/Macros/IT4LightMacroResolver.cs	13
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Resolve/Macros/Impl/T4LightMacroResolver.cs	68
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Resolve/Macros/Impl/T4RiderMacroResolver.cs	51
Backend/RiderPlugin/ForTea.RiderPlugin/Psi/Resolve/Macros/T4MSBuildProjectUtil.cs	36
Backend/RiderPlugin/ForTea.RiderPlugin/Resources/T4ActionIdBundle.cs	9
Backend/RiderPlugin/ForTea.RiderPlugin/Resources/T4StatisticIdBundle.cs	14
Backend/RiderPlugin/ForTea.RiderPlugin/RiderT4PluginActivator.cs	13
Backend/RiderPlugin/ForTea.RiderPlugin/T4RiderEnvironment.cs	58
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/CodeGeneration/Converters/T4CSharpExecutableIntermediateConverter.cs	149
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/CodeGeneration/Reference/IT4LowLevelReferenceExtractionManager.cs	22
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/CodeGeneration/Reference/IT4ReferenceExtractionManager.cs	22
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/CodeGeneration/Reference/Impl/T4LowLevelReferenceExtractionManager.cs	110
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/CodeGeneration/Reference/Impl/T4ReferenceExtractionManager.cs	114
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/CodeGeneration/T4RiderCodeGeneration.cs	35
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Managing/IT4BuildMessageConverter.cs	23
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Managing/IT4OutputFileRefresher.cs	11
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Managing/IT4TargetFileManager.cs	15
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Managing/IT4TemplateCompiler.cs	11
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Managing/Impl/T4BasicOutputFileRefresher.cs	31
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Managing/Impl/T4BuildMessageConverter.cs	96
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Managing/Impl/T4TargetFileManager.cs	213
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Managing/Impl/T4TemplateCompiler.cs	116
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Services/IT4ProjectModelTemplateMetadataManager.cs	25
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Services/Impl/T4ProjectModelTemplateMetadataManager.cs	55
Backend/RiderPlugin/ForTea.RiderPlugin/TemplateProcessing/Services/T4ProjectFilePropertiesRequest.cs	23
Backend/RiderPlugin/ForTea.RiderPlugin/ZoneMarker.cs	11
Backend/RiderPlugin/JetBrains.TextTemplating/Directory.Build.props	6
Backend/RiderPlugin/JetBrains.TextTemplating/ITextTemplatingEngineHost.cs	25
Backend/RiderPlugin/JetBrains.TextTemplating/JetBrains/MacroResolveHelper.cs	9
Backend/RiderPlugin/JetBrains.TextTemplating/JetBrains/TextTemplatingEngineHost.cs	130
Backend/RiderPlugin/JetBrains.TextTemplating/PackagesLock.targets	9
Backend/RiderPlugin/JetBrains.TextTemplating/Properties/AssemblyInfo.cs	16
Backend/RiderPlugin/JetBrains.TextTemplating/TextTransformation.cs	164
Backend/RiderPlugin/JetBrains.TextTemplating/ToStringHelper.cs	31
Frontend/build.gradle.kts	235
Frontend/grammarkit/build.gradle.kts	91
Frontend/grammarkit/src/lexer/_T4Lexer.flex	28
Frontend/protocol/build.gradle.kts	85
Frontend/protocol/src/main/kotlin/model/T4ProtocolModel.kt	72
Frontend/protocol/src/main/kotlin/model/T4RdDocumentModel.kt	19
Frontend/protocol/src/main/kotlin/model/T4TestModel.kt	15
Frontend/settings.gradle.kts	34
Frontend/src/main/kotlin/com/jetbrains/fortea/actions/CreateT4FileAction.kt	35
Frontend/src/main/kotlin/com/jetbrains/fortea/actions/T4SolutionExplorerCustomization.kt	21
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/T4BackendActions.kt	22
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/T4BuildSessionView.kt	8
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/T4BuildToolWindowFactory.kt	72
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/T4PreprocessNotificationManager.kt	28
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/T4ProtocolModelExtensions.kt	15
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/T4RunConfigurationCreator.kt	13
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/execution/T4RunConfigurationExecutor.kt	5
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/execution/impl/T4AsyncRunConfigurationExecutorBase.kt	25
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/execution/impl/T4AsyncRunConfigurationExecutors.kt	11
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/execution/impl/T4RunConfigurationExecutorBase.kt	42
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/execution/impl/T4SynchronousRunConfigurationExecutor.kt	62
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/impl/T4BuildSessionViewImpl.kt	77
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/T4DebugRunner.kt	8
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/T4ProgramRunner.kt	8
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/T4RunConfiguration.kt	38
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/T4RunConfigurationFactory.kt	12
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/T4RunConfigurationParameters.kt	34
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/T4RunConfigurationType.kt	10
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/execution/T4DebugProfileWrapperState.kt	54
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/execution/T4ExecutorFactory.kt	45
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/execution/T4PostProcessorProcessListener.kt	23
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/execution/T4RunProfileWrapperState.kt	29
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/task/T4BuildProjectsBeforeRunTaskProvider.kt	70
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/task/T4BuildTasks.kt	5
Frontend/src/main/kotlin/com/jetbrains/fortea/configuration/run/task/T4CompileBeforeRunTaskProvider.kt	63
Frontend/src/main/kotlin/com/jetbrains/fortea/daemon/T4HighlightingAttributeIds.kt	10
Frontend/src/main/kotlin/com/jetbrains/fortea/daemon/T4RunMarkerAttributeIds.kt	5
Frontend/src/main/kotlin/com/jetbrains/fortea/highlighting/T4EditorSyntaxHighlighter.kt	59
Frontend/src/main/kotlin/com/jetbrains/fortea/highlighting/T4SyntaxHighlighter.kt	22
Frontend/src/main/kotlin/com/jetbrains/fortea/highlighting/T4SyntaxHighlighterProvider.kt	15
Frontend/src/main/kotlin/com/jetbrains/fortea/highlighting/T4SyntaxHighlightingHost.kt	36
Frontend/src/main/kotlin/com/jetbrains/fortea/highlighting/T4TextAttributeKeys.kt	8
Frontend/src/main/kotlin/com/jetbrains/fortea/icons/T4Icons.kt	6
Frontend/src/main/kotlin/com/jetbrains/fortea/inTests/T4TestHost.kt	20
Frontend/src/main/kotlin/com/jetbrains/fortea/language/T4FileType.kt	20
Frontend/src/main/kotlin/com/jetbrains/fortea/language/T4Language.kt	5
Frontend/src/main/kotlin/com/jetbrains/fortea/lexer/T4Lexer.kt	14
Frontend/src/main/kotlin/com/jetbrains/fortea/lexer/T4LexerFactory.kt	3
Frontend/src/main/kotlin/com/jetbrains/fortea/lexer/_T4Lexer.flex	28
Frontend/src/main/kotlin/com/jetbrains/fortea/parser/T4ParserDefinition.kt	25
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/T4CodeDataElementType.kt	9
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/T4ElementType.kt	5
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/T4FileElementTypes.kt	9
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/T4FileViewProvider.kt	37
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/T4FileViewProviderFactory.kt	13
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/T4PsiFile.kt	8
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/T4TokenNodeTypes.kt	7
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/T4TokenType.kt	7
Frontend/src/main/kotlin/com/jetbrains/fortea/psi/features/T4DummyLineIndentProvider.kt	4
Frontend/src/main/kotlin/com/jetbrains/fortea/utils/RiderT4Bundle.kt	26
Frontend/src/main/kotlin/com/jetbrains/fortea/utils/T4ProtocolUtils.kt	10
Frontend/src/main/resources/META-INF/plugin.xml	112
