File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22302230 },
22312231 "valueAssignment" : {
22322232 "name" : " meta.variable-assignment.vba" ,
2233- "begin" : " (?i)(?:(Let|Set)\\ s+)?((?:[a-z][a-z0-9_]*)?(?:\\ . (?:(?:[a-z][a-z0-9_]*)?\\ . )*)?(?:[a-z][a-z0-9_]*)?)(\\ s*=\\ s*)" ,
2233+ "begin" : " (?i)(?:(Let|Set)\\ s+)?((?:[a-z][a-z0-9_]*)?(?:[.!] (?:(?:[a-z][a-z0-9_]*)?[.!] )*)?(?:[a-z][a-z0-9_]*)?)(\\ s*=\\ s*)" ,
22342234 "end" : " (?=[',:)\\ n])" ,
22352235 "beginCaptures" : {
22362236 "1" : {
22702270 "match" : " (?i)\\ ."
22712271 },
22722272 "propertyChain" : {
2273- "match" : " (?i)(\\ . )([a-z][a-z0-9_]*)*" ,
2273+ "match" : " (?i)([.!] )([a-z][a-z0-9_]*)*" ,
22742274 "captures" : {
22752275 "1" : {
22762276 "patterns" : [
22862286 },
22872287 "variable" : {
22882288 "name" : " meta.variable-or-property.vba" ,
2289- "match" : " (?i)(?:(?:(\\ bMe\\ b|\\ . )|([a-z][a-z0-9_]*)))((?:\\ . (?:[a-z][a-z0-9_]*))+)?" ,
2289+ "match" : " (?i)(?:(?:(\\ bMe\\ b|[.!] )|([a-z][a-z0-9_]*)))((?:[.!] (?:[a-z][a-z0-9_]*))+)?" ,
22902290 "captures" : {
22912291 "1" : {
22922292 "patterns" : [
Original file line number Diff line number Diff line change @@ -1299,7 +1299,7 @@ repository:
12991299
13001300 valueAssignment :
13011301 name : meta.variable-assignment.vba
1302- begin : (?i)(?:(Let|Set)\s+)?((?:[a-z][a-z0-9_]*)?(?:\. (?:(?:[a-z][a-z0-9_]*)?\. )*)?(?:[a-z][a-z0-9_]*)?)(\s*=\s*)
1302+ begin : (?i)(?:(Let|Set)\s+)?((?:[a-z][a-z0-9_]*)?(?:[.!] (?:(?:[a-z][a-z0-9_]*)?[.!] )*)?(?:[a-z][a-z0-9_]*)?)(\s*=\s*)
13031303 end : (?=[',:)\n])
13041304 beginCaptures :
13051305 1 : # Let|Set
@@ -1321,7 +1321,7 @@ repository:
13211321 match : (?i)\.
13221322
13231323 propertyChain :
1324- match : (?i)(\. )([a-z][a-z0-9_]*)*
1324+ match : (?i)([.!] )([a-z][a-z0-9_]*)*
13251325 captures :
13261326 1 :
13271327 patterns :
@@ -1331,7 +1331,7 @@ repository:
13311331
13321332 variable :
13331333 name : meta.variable-or-property.vba
1334- match : (?i)(?:(?:(\bMe\b|\. )|([a-z][a-z0-9_]*)))((?:\. (?:[a-z][a-z0-9_]*))+)?
1334+ match : (?i)(?:(?:(\bMe\b|[.!] )|([a-z][a-z0-9_]*)))((?:[.!] (?:[a-z][a-z0-9_]*))+)?
13351335 captures :
13361336 1 :
13371337 patterns :
You can’t perform that action at this time.
0 commit comments