summaryrefslogtreecommitdiff
path: root/highlighting/cpp-hl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'highlighting/cpp-hl.xml')
-rw-r--r--highlighting/cpp-hl.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/highlighting/cpp-hl.xml b/highlighting/cpp-hl.xml
index db57d5e..347eb72 100644
--- a/highlighting/cpp-hl.xml
+++ b/highlighting/cpp-hl.xml
@@ -35,7 +35,7 @@ Michiel Hendriks <elmuerte at users.sourceforge.net>
<style>doccomment</style>
</highlighter>
<highlighter type="oneline-comment">
- <start>///</start>
+ <start><![CDATA[/// ]]></start>
<style>doccomment</style>
</highlighter>
<highlighter type="multiline-comment">
@@ -48,6 +48,7 @@ Michiel Hendriks <elmuerte at users.sourceforge.net>
<start>#</start>
<lineBreakEscape>\</lineBreakEscape>
<style>directive</style>
+ <solitary/>
</highlighter>
<highlighter type="string">
<string>"</string>