<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:
parent
d69938f36d
commit
26c5807c98
|
|
@ -141,4 +141,7 @@
|
||||||
<data name="TagHelper_PartialRequiredAttributeOperator" xml:space="preserve">
|
<data name="TagHelper_PartialRequiredAttributeOperator" xml:space="preserve">
|
||||||
<value>Required attribute '{0}' has a partial CSS operator. '{1}' must be followed by an equals.</value>
|
<value>Required attribute '{0}' has a partial CSS operator. '{1}' must be followed by an equals.</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="MarkupTransition_Description" xml:space="preserve">
|
||||||
|
<value>Create a inline HTML element without tags.</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Loading…
Reference in New Issue