Skip to content

Commit 60155db

Browse files
committed
^ operator now recognised
1 parent d2b371c commit 60155db

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
@@ -100,7 +100,7 @@ repository:
100100
repository:
101101
opsArithmetic:
102102
name: keyword.operator.arithmetic.vba
103-
match: (?i)([*&/\+-]|\bMod\b)
103+
match: (?i)([*&\/\^\+\-]|\^|\bMod\b)
104104
opsComparison:
105105
name: keyword.operator.comparison.vba
106106
match: (?i)([<>=]|\b(is|like)\b)

0 commit comments

Comments
 (0)