Browse Source

fix DocCommentMarker in C# Semantic highlighting

pull/59/merge
Siegfried Pammer 12 years ago
parent
commit
0272ea5784
  1. 2
      src/AddIns/BackendBindings/CSharpBinding/Project/Resources/CSharp-Semantic.xshd

2
src/AddIns/BackendBindings/CSharpBinding/Project/Resources/CSharp-Semantic.xshd

@ -38,6 +38,8 @@ @@ -38,6 +38,8 @@
<Color name="InactiveCode" foreground="Gray" exampleText="#{#Deactivated by #if#}#"/>
<Color name="SemanticError" foreground="DarkRed" exampleText="o.#{#MissingMethod#}#()"/>
<Property name="DocCommentMarker" value="///" />
<RuleSet name="CommentMarkerSet">
<Keywords fontWeight="bold" foreground="Red">
<Word>TODO</Word>

Loading…
Cancel
Save