ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Power​Shell

by SublimeText ALL

Support for the MS PowerShell programming language.

Details

  • 5.0.3
    3.2.0
  • github.​com
  • github.​com
  • 1 day ago
  • 4 hours ago
  • 14 years ago

Installs

  • Total 202K
  • Win 158K
  • Mac 29K
  • Linux 16K
Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7
Windows 4 40 10 12 39 35 40 50 35 20 24 28 34 35 30 27 21 25 35 37 39 44 38 23 29 39 40 43 38 31 17 20 39 47 33 35 43 20 23 40 35 40 39 33 22 18
Mac 0 7 4 2 3 7 3 4 3 0 6 4 4 2 4 3 1 4 3 6 5 7 2 3 0 2 3 13 13 3 1 1 5 8 11 4 4 2 3 5 3 2 10 8 2 2
Linux 1 3 3 3 3 3 2 7 5 3 3 6 3 3 6 3 3 6 3 6 2 2 4 6 5 3 3 6 2 1 2 6 7 9 4 7 3 1 2 4 1 3 8 2 0 3

Readme

Source
raw.​githubusercontent.​com

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; 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.