Adds support for the MS PowerShell programming language.
- 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
-
Install Package Control for Sublime Text.
-
Install the PowerShell package:
- Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
- Select Install Package.
- Select PowerShell.
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; Ctrl+B on Mac)
This project budded EditorSyntax in 2016 and tracked it from 2018 until 2024, when we diverged to follow Sublime Text conventions.