sublime-text-2-ini
sublime-text-2-ini copied to clipboard
Properly handle escaped quotes in strings
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.