Closed alexr00 closed 1 year ago
declare -A fileKeyFileMap=(["${VAR1}"]="${VAL1}" ["${VAR2}"]="${VAL2}") logexit # log exit function
The string.quoted.double should not be on line 3. I pulled version 1.4.5 to make sure that this hasn't already been fixed.
string.quoted.double
1.4.5
Originally from @cipherdmg in https://github.com/microsoft/vscode/issues/173216#issuecomment-1465179486
temp fix v1.5.1. The full feature request of [] pattern-matching is still not handled, but should only localized miscoloring
v1.5.1
The code with a problem is:
It looks like:
It should look like:
The
string.quoted.double
should not be on line 3. I pulled version1.4.5
to make sure that this hasn't already been fixed.Originally from @cipherdmg in https://github.com/microsoft/vscode/issues/173216#issuecomment-1465179486