When TargetLanguage is set to C#, the syntax highlighter in CodeSmith Studio fails to properly highlight CodeSmith blocks when they are nested within angle brackets.
Here is an example that paints incorrectly in a C# class xml comment:
/// <summary>
/// This is a description of the <see cref="<%= ClassName %>" /> class.
/// </summary>
And here is a generic declaration that also fails to paint correctly:
public class <%= ClassName %><<%= GenericParamName %>>()
The "<%" and "%>" markers are not turning yellow, and the entire block text keeps the color of the first bracket.
Regards,
LG