Skip to content

Improve non-quote matching

Compare
Choose a tag to compare
@TabulateJarl8 TabulateJarl8 released this 20 May 18:23
· 91 commits to master since this release

Improve matching things that are not inside of quotes, i.e. a string.

Rule: toString -> str

X = toString(3) -> X = str(3)
Disp "toString(3)" -> Disp "toString(3)"