PowerShell
Support for the MS PowerShell programming language.
Details
Installs
- Total 202K
- Win 157K
- Mac 29K
- Linux 16K
| 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 | 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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 11 | 38 | 23 | 29 | 39 | 40 | 43 | 38 | 31 | 17 | 20 | 39 | 47 | 33 | 35 | 43 | 20 | 23 | 40 | 35 | 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 |
| Mac | 2 | 2 | 3 | 0 | 2 | 3 | 13 | 13 | 3 | 1 | 1 | 5 | 8 | 11 | 4 | 4 | 2 | 3 | 5 | 3 | 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 |
| Linux | 0 | 4 | 6 | 5 | 3 | 3 | 6 | 2 | 1 | 2 | 6 | 7 | 9 | 4 | 7 | 3 | 1 | 2 | 4 | 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 |
Readme
- Source
- raw.githubusercontent.com
PowerShell Package for Sublime Text
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
- Install Package Control for Sublime Text.
Install the PowerShell package:
- Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
- Select Install Package.
- 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.