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 761f0e9 commit 02aaffaCopy full SHA for 02aaffa
server/src/antlr/vba.g4
@@ -1090,7 +1090,7 @@ R_SQUARE_BRACKET: ']';
1090
STRINGLITERAL: '"' (~["\r\n] | '""')* '"';
1091
OCTLITERAL: '&O' [0-7]+ '&'?;
1092
HEXLITERAL: '&H' [0-9A-F]+ '&'?;
1093
-SHORTLITERAL: (PLUS | MINUS)? DIGIT+ ('#' | '&' | '@')?;
+SHORTLITERAL: (PLUS | MINUS)? DIGIT+ ('#' | '&' | '@' | '^')?;
1094
INTEGERLITERAL: SHORTLITERAL (E SHORTLITERAL)?;
1095
DOUBLELITERAL: (PLUS | MINUS)? DIGIT* '.' DIGIT+ (E SHORTLITERAL)?;
1096
DATELITERAL: '#' DATEORTIME '#';
0 commit comments