Radu Coravu - 2020-03-16
  • Description has changed:

Diff:

--- old
+++ new
@@ -2,10 +2,13 @@
 https://www.oxygenxml.com/forum/viewtopic.php?f=20&t=21197

 If I have a snippet of C code:
- #define VALUE1 100 /* Comment */
+
+~~~
+#define VALUE1 100 /* Comment */
 #define VALUE2 200 /* Comment */
 #define VALUE3 300 /* Comment */
-#define VALUE4 400 /* Comment */
+~~~
+

 like the one above, for the first line of code the comment is recognized but not the "define" keyword, for the consecutive lines they are all rendered in pink and the comment is not recognized.