Browse Source

Ignore case of T4 template directives in syntax highlighting.

pull/23/head
Matt Ward 15 years ago
parent
commit
e03cd2b91a
  1. 2
      src/AddIns/Misc/TextTemplating/Project/Resources/TextTemplating.xshd

2
src/AddIns/Misc/TextTemplating/Project/Resources/TextTemplating.xshd

@ -51,7 +51,7 @@ @@ -51,7 +51,7 @@
</RuleSet>
<RuleSet name="DirectiveBlock">
<RuleSet name="DirectiveBlock" ignoreCase="true">
<Keywords color="DirectiveKeywords">
<Word>template</Word>
<Word>parameter</Word>

Loading…
Cancel
Save