Area
Language server
What would you like to suggest?
It would help if escape sequences were displayed separately in strings, which is common in other Lua language servers to make them easier to notice.
Extra context
Currently displayed:

What could be displayed:

This should of course not be for escape sequences in multiline strings ([[ ... ]]) which don't process them. The screenshots don't show them but this should also be included for \ddd and \xXX.
Area
Language server
What would you like to suggest?
It would help if escape sequences were displayed separately in strings, which is common in other Lua language servers to make them easier to notice.
Extra context
Currently displayed:

What could be displayed:

This should of course not be for escape sequences in multiline strings (
[[ ... ]]) which don't process them. The screenshots don't show them but this should also be included for\dddand\xXX.