vscode-arm icon indicating copy to clipboard operation
vscode-arm copied to clipboard

Add support for common C-like escape sequences

Open ian-h-chamberlain opened this issue 2 years ago • 1 comments

Fixes #33

Regex is taken from the VSCode builtin C definitions: https://github.com/Microsoft/vscode/blob/main/extensions/cpp/syntaxes/c.tmLanguage.json#L3113

Before: Screen Shot 2022-05-28 at 8 38 05 AM

After: Screen Shot 2022-05-28 at 8 43 20 AM

ian-h-chamberlain avatar May 28 '22 12:05 ian-h-chamberlain

Hey @dan-c-underwood, friendly bump as I'm going through my old PRs to clean some up — any chance of taking a look at this PR and seeing if you'd like to publish it as part of a new version?

ian-h-chamberlain avatar Feb 21 '23 22:02 ian-h-chamberlain