Option to change escape character from \

Use case or problem

Working with Windows file paths uses a lot backslashes \
This is an escape character so \\fileserver\folder\file.txt ends up looking looking wrong unless captured in backticks. ``

image

Proposed solution

An option to select an alternate escape character would be very useful.

Current workaround (optional)

@rigamarole suggested capturing the file paths in backticks.