mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

Some parsers for, e.g., LaTeX or PHP have anonymous nodes like `"\"` or `"\text"` that behave wonkily (especially the first example) in the `InspectTree` window, so this PR escapes them by adding another backslash in front of them