mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
highlights(php): highlight more string types and escapes (#3226)
This commit is contained in:
parent
a57e6418a8
commit
36ee4890c4
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue