Skip to content

SublimeText/PowerShell

Repository files navigation

PowerShell Package for Sublime Text

Join the chat at https://gitter.im/SublimeText/PowerShell

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.

  2. Install the PowerShell package:

    1. Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
    2. Select Install Package.
    3. 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; Ctrl+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.