You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, nevermind, just realized that would mean that there would be a requirement for python source files.
I might do it using this regex: "[^"\\]*(?:\\.[^"\\]*)*" to search for quoted literals, allowing for respecting escaped quotes.
To move most of the fun to runtime rather than compile or IDE issues, offer a mode to only mimic strings.
The text was updated successfully, but these errors were encountered: