We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c3a96 commit 5e4f187Copy full SHA for 5e4f187
Rubberduck.Parsing/Grammar/VBAParser.g4
@@ -682,7 +682,7 @@ endOfStatement :
682
| endOfLine EOF
683
;
684
685
-' Annotations must come before comments because of precedence. ANTLR4 matches as much as possible then chooses the one that comes first.
+// Annotations must come before comments because of precedence. ANTLR4 matches as much as possible then chooses the one that comes first.
686
commentOrAnnotation :
687
annotationList
688
| comment
0 commit comments