highlights(php): highlight more string types and escapes (#3226)

This commit is contained in:
Matty Patatty 2022-07-27 19:48:01 +12:00 committed by GitHub
parent a57e6418a8
commit 36ee4890c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,10 +112,12 @@
[
(string)
(heredoc)
(encapsed_string)
(heredoc_body)
(nowdoc_body)
(shell_command_expression) ; backtick operator: `ls -la`
] @string
(encapsed_string (escape_sequence) @string.escape)
(escape_sequence) @string.escape
(boolean) @boolean
(null) @constant.builtin