diff --git a/autotests/folding/highlight.y.fold b/autotests/folding/highlight.y.fold --- a/autotests/folding/highlight.y.fold +++ b/autotests/folding/highlight.y.fold @@ -91,3 +91,5 @@ puts("Hello, World!"); return 0; } + +// ALERT NOTE diff --git a/autotests/folding/test.rs.fold b/autotests/folding/test.rs.fold --- a/autotests/folding/test.rs.fold +++ b/autotests/folding/test.rs.fold @@ -1,5 +1,5 @@ -// Comment -/* Comment +// Comment NOTE +/* Comment FIXME ALERT */ // Identifiers diff --git a/autotests/html/highlight.y.html b/autotests/html/highlight.y.html --- a/autotests/html/highlight.y.html +++ b/autotests/html/highlight.y.html @@ -97,4 +97,6 @@ puts("Hello, World!"); return 0; } + +// ALERT NOTE diff --git a/autotests/html/test.rs.html b/autotests/html/test.rs.html --- a/autotests/html/test.rs.html +++ b/autotests/html/test.rs.html @@ -4,8 +4,8 @@ test.rs
-// Comment
-/* Comment
+// Comment NOTE
+/* Comment FIXME ALERT
 	*/
 
 // Identifiers
diff --git a/autotests/input/highlight.y b/autotests/input/highlight.y
--- a/autotests/input/highlight.y
+++ b/autotests/input/highlight.y
@@ -91,3 +91,5 @@
   puts("Hello, World!");
   return 0;
 }
+
+// ALERT NOTE
diff --git a/autotests/input/test.rs b/autotests/input/test.rs
--- a/autotests/input/test.rs
+++ b/autotests/input/test.rs
@@ -1,5 +1,5 @@
-// Comment
-/* Comment
+// Comment NOTE
+/* Comment FIXME ALERT
 	*/
 
 // Identifiers
diff --git a/autotests/reference/highlight.y.ref b/autotests/reference/highlight.y.ref
--- a/autotests/reference/highlight.y.ref
+++ b/autotests/reference/highlight.y.ref
@@ -91,3 +91,5 @@
   puts("Hello, World!");
return 0;
}
+
+// ALERT NOTE
diff --git a/autotests/reference/test.rs.ref b/autotests/reference/test.rs.ref --- a/autotests/reference/test.rs.ref +++ b/autotests/reference/test.rs.ref @@ -1,5 +1,5 @@ -// Comment
-/* Comment
+// Comment NOTE
+/* Comment FIXME ALERT
*/

// Identifiers
diff --git a/data/syntax/rust.xml b/data/syntax/rust.xml --- a/data/syntax/rust.xml +++ b/data/syntax/rust.xml @@ -33,7 +33,7 @@ ]> - + fn @@ -333,11 +333,16 @@ - + + + + + + diff --git a/data/syntax/yacc.xml b/data/syntax/yacc.xml --- a/data/syntax/yacc.xml +++ b/data/syntax/yacc.xml @@ -32,7 +32,7 @@ ======================================================================== --> - + @@ -200,9 +200,12 @@ + + - - + + +