sublime-text-2-ini icon indicating copy to clipboard operation
sublime-text-2-ini copied to clipboard

Properly handle escaped quotes in strings

Open maxrothman opened this issue 8 years ago • 0 comments

Previously, " would be matched as a literal backslash and a quote. This allows " to be matched as an escaped double quote. This is useful for INI parsers that require some strings be quoted, for example for gitconfigs.

maxrothman avatar Jan 04 '17 17:01 maxrothman