We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
'
1 parent d9245d9 commit 52f629cCopy full SHA for 52f629c
1 file changed
runtime/syntax/php.yaml
@@ -53,8 +53,8 @@ rules:
53
rules:
54
- constant.specialChar: "\\\\[abfnrtv'\\\"\\\\]"
55
- constant.string:
56
- start: "\'"
57
- end: "\'"
+ start: "'"
+ end: "'"
58
skip: "\\\\."
59
60
0 commit comments