PHP Syntax Highlighting Issue

Hello,

For any PHP code snippets that the AI reference in my code, it is treating it as if it is raw text instead of using the PHP syntax highlighting that my theme uses. If I give the AI a prompt like this in my message, the syntax highlighting works correctly:
“Any time you are referencing PHP code snippets, you must add the <?php tag at the top of it.”

I added it as a global “Rules for AI” prompt, but it does not work, I have to add that message to all of my prompts. Im curious if PHP is not a supported syntax yet by default in the AI pane?

I just wanted to mention / request it as it is a minor inconvenience.

I am working with PHP and this is how I do: Create a file with .txt add your php code use the opening and closing tag and ask AI to read it or check it. It will treat it as a PHP code.

I have a file where I add, HTML, JS, PHP and ask AI for reference. It works for me.