helix icon indicating copy to clipboard operation
helix copied to clipboard

Use `string.escape` capture instead of `constant.character.escape`

Open uncenter opened this issue 5 months ago • 0 comments

Brings us one step more in line with Neovim captures. Already mistakenly used/added in languages and themes: https://github.com/search?q=repo%3Ahelix-editor%2Fhelix+string.escape&type=code. It's shorter, easier to remember, and makes more sense generally imo. I think it's easier for us to change this than to convince Neovim query authors to stop using their string.escape.

uncenter avatar Jun 12 '25 20:06 uncenter