How to higlight $(dollar) on doubleclick in PHP-files?
When I click twice on some word -> it’s highlighted and I can copy it (Ctrl+C) and paste(Ctrl+V) where ever I whant.
Great!
But in PHP-files variables begin on $. If I click twice -> $ is not highlighted. That is a problem :) because I have to manually write $ while pasting (Ctrl+V) variable.
How can I include $ in double click highlighting?
Thanks.