diff --git a/runtime/syntax/php.yaml b/runtime/syntax/php.yaml index 8e57b8ca..eb8cbdc7 100644 --- a/runtime/syntax/php.yaml +++ b/runtime/syntax/php.yaml @@ -53,8 +53,8 @@ rules: rules: - constant.specialChar: "\\\\[abfnrtv'\\\"\\\\]" - constant.string: - start: "\'" - end: "\'" + start: "'" + end: "'" skip: "\\\\." rules: - constant.specialChar: "\\\\[abfnrtv'\\\"\\\\]"