mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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)
|
(string)
|
||||||
(heredoc)
|
(encapsed_string)
|
||||||
|
(heredoc_body)
|
||||||
|
(nowdoc_body)
|
||||||
(shell_command_expression) ; backtick operator: `ls -la`
|
(shell_command_expression) ; backtick operator: `ls -la`
|
||||||
] @string
|
] @string
|
||||||
(encapsed_string (escape_sequence) @string.escape)
|
(escape_sequence) @string.escape
|
||||||
|
|
||||||
(boolean) @boolean
|
(boolean) @boolean
|
||||||
(null) @constant.builtin
|
(null) @constant.builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue