filter - make dollar sign a strong character

This commit is contained in:
Johannes Rieken
2019-01-19 10:46:09 -08:00
parent 1934d4b269
commit 9969ff283f
+1
View File
@@ -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;