The syntax highlighting fails after the element <Setter>, e.g.
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:mwt="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Add TargetType="{x:Type TextBox}" to make this style the default for all TextBoxes. -->
<Style x:Key="WatermarkedTextBox" >
<Setter Property="Control.Template" >
This valid XAML code. For the complete example see my answer to my question over at stackoverflow.com:
Help text in WPF TextBox that disppears after first input - Watermark, the XAML way
Interestingly here it is colored, but at stackoverflow.com the element name setter is still black. Following comments are black, too. Perhaps one of the tags XAML or WPF are switching the behavior.
Explicitly setting the language of the code to lang-xml or lang-xaml does not make a difference.
Setterjust breaks highlighting. – Mic Mar 5 at 18:46