mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
highlights(php): add missings operators ?-> and => (#1729)
This will: - add nullsafe `?->` as `@operator` - add separator for associative arrays `=>` as `@operator`
This commit is contained in:
parent
57224bab14
commit
b04a62a970
1 changed files with 3 additions and 0 deletions
|
|
@ -182,6 +182,9 @@
|
||||||
">>"
|
">>"
|
||||||
|
|
||||||
"->"
|
"->"
|
||||||
|
"?->"
|
||||||
|
|
||||||
|
"=>"
|
||||||
|
|
||||||
"<"
|
"<"
|
||||||
"<="
|
"<="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue