Posted 19 years ago
by GavinK151
hi guys,
I have altered the HTML xml language definition file to add a new set of tags that get highlighted. This works fine unless these tags appear within an existing HTML tag. so for example this gets highlighted fine:but if I have:
Then <mytag>something</mytag> does NOT get highlighted (unless I remove the opening html <.
I see the same behaviour in the sample app with <% %> asp tags.
Is there anyway to get round this issue?
thanks!!
[Modified at 02/08/2006 10:09 AM]
I have altered the HTML xml language definition file to add a new set of tags that get highlighted. This works fine unless these tags appear within an existing HTML tag. so for example this gets highlighted fine:
<mytag>
something
</mytag>
<input type="text" id="<mytag>something</mytag>"/>
I see the same behaviour in the sample app with <% %> asp tags.
Is there anyway to get round this issue?
thanks!!
[Modified at 02/08/2006 10:09 AM]