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

Power​Shell

by SublimeText ALL Trending

Support for the MS PowerShell programming language.

Details

  • 6.2.1
    3.2.0
  • github.​com
  • github.​com
  • 7 days ago
  • 1 hour ago
  • 14 years ago

Installs

  • Total 204K
  • Win 158K
  • Mac 29K
  • Linux 16K
Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20
Windows 8 33 35 22 0 0 0 0 0 0 0 3 12 45 26 45 39 32 19 18 42 46 41 39 44 21 23 31 35 40 29 30 10 22 25 35 42 45 31 18 18 45 39 41 45 40
Mac 1 2 8 3 0 0 0 0 0 0 0 0 2 4 2 2 4 4 1 3 3 7 8 10 5 0 2 3 4 2 5 6 0 2 4 2 4 7 4 2 2 2 7 5 4 7
Linux 1 5 9 1 0 0 0 0 0 0 0 0 3 1 5 3 2 1 7 1 7 6 2 4 7 1 10 0 1 4 7 2 2 1 2 8 3 3 5 5 2 4 6 4 7 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.