Version 2.1.53
Fix invalid regex escape sequence in isPhpSyntax \P is not a valid escape in Python regex. Use raw string and properly escape the dot.
Fix invalid regex escape sequence in isPhpSyntax \P is not a valid escape in Python regex. Use raw string and properly escape the dot.