SublimeText / PowerShell

Support for the MS PowerShell programming language.
MIT License
312 stars 80 forks source link

Install didn't work; Syntax isn't highlighted for ps1 files #178

Open MichaelCurrie opened 1 month ago

MichaelCurrie commented 1 month ago

I see:

{
    "bootstrapped": true,
    "in_process_packages":
    [
    ],
    "installed_packages":
    [
        "Package Control",
        "PowerShell",
        "python-black",
    ],
    "repositories":
    [
    ],
}

But still, no syntax is highlighting in a ps1 file. I have restarted sublime already.

deathaxe commented 1 month ago

What syntax is displayed for ps1 files in status bar?

Is PowerShell package disabled (in ignored_packages list)?

Maybe ps1 extension was assigned another syntax before?