Skip to content

Commit db94018

Browse files
committed
String literals now behave like they do in VBA
1 parent 3796d6e commit db94018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/syntaxes/vba.tmLanguage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ repository:
8383
repository:
8484
string:
8585
name: string.quoted.double.vba
86-
match: '"[^\r\n]*"'
86+
match: '"("")*([^"\n]*)((?:"")[^"\n]+)?"("")*'
8787
boolean:
8888
name: constant.language.boolean.vba
8989
match: "(?i)(true|false)"

0 commit comments

Comments
 (0)