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 000d6be commit c300632Copy full SHA for c300632
Rubberduck.Parsing/Grammar/VBA.g4
@@ -562,7 +562,7 @@ literal : HEXLITERAL | OCTLITERAL | DATELITERAL | DOUBLELITERAL | INTEGERLITERAL
562
563
type : (baseType | complexType) (WS? LPAREN WS? RPAREN)?;
564
565
-typeHint : '&' | '%' | '#' | '!' | '@' | '$';
+typeHint : '%' | '&' | '^' | '!' | '#' | '@' | '$';
566
567
visibility : PRIVATE | PUBLIC | FRIEND | GLOBAL;
568
@@ -889,4 +889,4 @@ fragment V:('v'|'V');
889
fragment W:('w'|'W');
890
fragment X:('x'|'X');
891
fragment Y:('y'|'Y');
892
-fragment Z:('z'|'Z');
+fragment Z:('z'|'Z');
0 commit comments