Support for the MS PowerShell programming language.
By
SublimeText
Created August 23, 2011, last updated June 24, 2026.
Installations:
recent average 127 per week,
199,262 in total
Installations minus removals
Upgrades
-
199,262
installs
-
335
stars
Links
Versions
6.2.3
(>ST4203)
·
2026-06-24 16:56
5.1.2
(ST4107 - 4203)
·
2026-06-24 19:50
3.2.0
(<ST4107)
·
2024-07-13 10:33
More
PowerShell Package for Sublime Text

Adds support for the MS PowerShell programming language.
Features
- Syntax highlighting
- Symbol lookup for classes and functions
- A build system to run the current file
- Code snippets
- Comment toggle
- Indentation and code folding rules
Installing
Install Package Control for Sublime Text.
Install the PowerShell package:
- Press Ctrl+Shift+P
(Cmd+Shift+P on Mac)
- Select Install Package.
- Select PowerShell.
Developing
You want to contribute? Awesome!
File an issue or send us a PR.
Run the default build system in the syntax file
to execute the regression tests.
(Ctrl+B on Windows and Linux;
Cmd+B on Mac)
EditorSyntax
This project budded EditorSyntax in 2016
and tracked it from 2018 until 2024,
when we diverged to follow Sublime Text conventions.