### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps to reproduce Noticed that both VSCode and GitHub doesn't highlight some variables, like `$Error` and `$PSVersionTable` This: ````markdown ```powershell #Requires -Version 5.1 $SomeVariable $Error $PSVersionTable string without quotes 'string with quotes' ``` ```` Looks like this on GitHub: ```powershell #Requires -Version 5.1 $SomeVariable $Error $PSVersionTable string without quotes 'string with quotes' ``` <img width="110" alt="image" src="https://github.com/PowerShell/EditorSyntax/assets/6450056/f6698e47-b24a-49f6-b141-2892f5ca4755"> And in VSCode: <img width="165" alt="image" src="https://github.com/PowerShell/EditorSyntax/assets/6450056/93e81661-4fbc-45ca-9a80-7222b2f8fe69"> ### Expected behavior Highlight.js demo https://highlightjs.org/demo does as I expect it to:  PowerShell ISE and the PowerShell terminal too: <img width="472" alt="image" src="https://github.com/PowerShell/EditorSyntax/assets/6450056/630f5765-abde-4c79-8d90-e12eb8fc60a8"> ### Actual behavior ```console Steps to reproduce ``` ### Error details _No response_ ### Environment data ```PowerShell PowerShell 7.4.1 x64 on Windows 11 23H2 VSCode 1.87.2, vscode-powershell v2024.0.0 and v2024.3.1-preview ``` ### Version Latest? ### Visuals _No response_