Skip to content

Version 2.1.53

Choose a tag to compare

@CodeByZach CodeByZach released this 14 Dec 20:13
· 2 commits to master since this release
Fix invalid regex escape sequence in isPhpSyntax

\P is not a valid escape in Python regex. Use raw string
and properly escape the dot.