# PowerShell Package for Sublime Text [![Join the chat at https://gitter.im/SublimeText/PowerShell](https://badges.gitter.im/SublimeText/PowerShell.svg)](https://gitter.im/SublimeText/PowerShell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 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 1. Install [Package Control][] for Sublime Text. 1. Install the **PowerShell** package: 1. Press Ctrl+Shift+P (Cmd+Shift+P on Mac) 1. Select **Install Package**. 1. 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. [package control]: https://packagecontrol.io/installation [editorsyntax]: https://github.com/PowerShell/EditorSyntax