mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-23 00:29:35 +01:00
filter - make dollar sign a strong character
This commit is contained in:
@@ -462,6 +462,7 @@ function isSeparatorAtPos(value: string, index: number): boolean {
|
||||
case CharCode.SingleQuote:
|
||||
case CharCode.DoubleQuote:
|
||||
case CharCode.Colon:
|
||||
case CharCode.DollarSign:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user