ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
70 stars 19 forks source link

syntax highlighting is broken #282

Open jaloren opened 1 month ago

jaloren commented 1 month ago

The syntax highlighting is non-existent within a function block. It does not highlight variable names for example. See attached screenshot for an example.

intellij-powershell

I have IntelliJ IDEA 2024.1.4 (Ultimate Edition). I am on version 2.6.1 of the plugin. I am using powershell version 7.4.1. I am on an M1 mac. I checked settings and intellij logs and did not find anything that would indicate what the problem is.

By contrast in VSCode, syntax highlighting is working as example. See screenshot.

vscode-powershell