File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -612,14 +612,14 @@ repository:
612612 match : (?i)^\s*End\s+(Sub|Function|Property)
613613
614614 expression :
615- # (?:[*&/\+-]|\bMod\b)|
615+ # (?:[*&\ /\+-]|\bMod\b)|
616616 # (?:[<>=]|\b(is|like)\b)|
617617 # (?:[&+])|
618618 # (?:\b(and|eqv|imp|not|or|xor)\b)|
619619 # (?:\b(addressof|typeof)\b)
620620
621621 # This match just made up of the operators matchs. Don't look at it too hard.
622- match : (?i)(.*?)\s+((?:[*&/\+-]|\bMod\b)|(?:[<>=]|\b(is|like)\b)|(?:[&+])|(?:\b(and|eqv|imp|not|or|xor)\b)|(?:\b(addressof|typeof)\b))\s+(.*)
622+ match : (?i)(.*?)\s+((?:[*&\ /\+-]|\bMod\b)|(?:[<>=]|\b(is|like)\b)|(?:[&+])|(?:\b(and|eqv|imp|not|or|xor)\b)|(?:\b(addressof|typeof)\b))\s+(.*)
623623 captures :
624624 1 : # Left sided of expression
625625 patterns :
You can’t perform that action at this time.
0 commit comments