php: Add syntax highlighting for Intelephense completions (#18774)
Release Notes: - N/A This PR introduces syntax highlighting for intelephense autocomple. The styling was selected to roughly match PHPStorm's default scheme. Please note that I'm not very familiar with writing Rust, but I'm happy to adapt to any requested changes! ## Examples ### Object attributes, methods and constants   ### Typed enum members   ### Variables Includes altered highlighting for [reserved variable names](https://www.php.net/manual/en/reserved.variables.php).  --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
R
Roman Zipp committed
200b2bf70a548b2eec75897220d3f3e82691b499
Parent: 8376dd2
Committed by GitHub <noreply@github.com>
on 10/6/2024, 2:11:21 PM