Closed
Description
Is there a reason /not/ to add '$' to the characters constituting a symbol in a php-mode buffer? I added
(modify-syntax-entry ?$ "_")
to my php-mode hook to get dap-mode mouse-hover to work, showing the variable/symbol under point 's current value during a debug-session in a tooltip or the echo-area.
My search for a previous discussion came up emtpy.