Closed
Description
The dollar sign $
should be included as part of the variable token because editors like VS Code use the syntax tokens to determine what text to select when the user double-clicks in the current file. Currently if the user double-clicks in a variable like $myVar
, only the myVar
portion will be selected since the $
is treated as a separate symbol.