<text> Tag IntelliSense Support (dotnet/aspnetcore-tooling#1675)

* <text> Tag IntelliSense Implementation

* Text node language context support

* Added Tests\n\nCommit migrated from a0f99cd14f
This commit is contained in:
Tanay Parikh 2020-03-12 22:45:50 -07:00 committed by GitHub
parent d69938f36d
commit 26c5807c98
2 changed files with 4 additions and 1 deletions

View File

@ -689,7 +689,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Legacy
ParseCodeBlock(builder, block);
// ParseCodeBlock is responsible for parsing the insides of a code block (non-inclusive of braces).
// Therefore, there's one of two cases after parsing:
// Therefore, there's one of two cases after parsing:
// 1. We've hit the End of File (incomplete parse block).
// 2. It's a complete parse block and we're at a right brace.

View File

@ -141,4 +141,7 @@
<data name="TagHelper_PartialRequiredAttributeOperator" xml:space="preserve">
<value>Required attribute '{0}' has a partial CSS operator. '{1}' must be followed by an equals.</value>
</data>
<data name="MarkupTransition_Description" xml:space="preserve">
<value>Create a inline HTML element without tags.</value>
</data>
</root>