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.1
    3.2.0
  • github.​com
  • github.​com
  • 1 month ago
  • 21 minutes ago
  • 14 years ago

Installs

  • Total 201K
  • Win 157K
  • Mac 28K
  • Linux 16K
Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26
Windows 29 40 39 33 22 18 30 44 41 44 35 21 18 42 44 44 45 31 8 29 42 52 57 39 33 21 11 49 46 52 34 41 16 25 39 47 51 55 48 22 20 42 41 41 47 43
Mac 2 2 10 8 2 2 4 7 5 0 1 2 2 5 3 4 3 6 1 3 5 9 6 8 3 2 1 3 5 8 9 2 3 4 6 3 5 10 2 1 1 8 2 4 9 7
Linux 1 3 8 2 0 3 7 5 0 5 6 5 4 2 7 2 1 2 4 1 4 4 4 3 5 8 5 5 7 5 3 3 6 6 2 3 1 6 6 4 2 6 2 4 4 1

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.