Closed ziabytes closed 6 years ago
The problem I want to bring attention to is on variable syntax highlight/coloration/formatting
And I have seen this both for sublime text, atom, and VS code
basically the formatting is INCORRECT when under ""
I can understand if it was ' '
but in "" the variables are still quite functional.... and often there is text which is DIFFERENT from the variable inside like
"$variable-hello there how are you"
And we need to be able to differentiate that
Fixed by #94
The problem I want to bring attention to is on variable syntax highlight/coloration/formatting
And I have seen this both for sublime text, atom, and VS code
basically the formatting is INCORRECT when under ""
I can understand if it was ' '
but in "" the variables are still quite functional.... and often there is text which is DIFFERENT from the variable inside like
"$variable-hello there how are you"
And we need to be able to differentiate that