Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sublimetext/powershell
Support for the MS PowerShell programming language.
https://github.com/sublimetext/powershell
powershell sublime-snippets sublime-text sublime-text-package syntax-highlighting
Last synced: about 3 hours ago
JSON representation
Support for the MS PowerShell programming language.
- Host: GitHub
- URL: https://github.com/sublimetext/powershell
- Owner: SublimeText
- License: other
- Created: 2011-08-23T19:07:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T21:36:53.000Z (about 10 hours ago)
- Last Synced: 2025-02-02T04:23:35.091Z (about 3 hours ago)
- Topics: powershell, sublime-snippets, sublime-text, sublime-text-package, syntax-highlighting
- Language: PowerShell
- Homepage:
- Size: 267 KB
- Stars: 322
- Watchers: 37
- Forks: 81
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Support: Support/Comments.tmPreferences
Awesome Lists containing this project
README
# PowerShell Package for Sublime Text 3
[![Join the chat at https://gitter.im/SublimeText/PowerShell](https://badges.gitter.im/SublimeText/PowerShell.svg)](https://gitter.im/SublimeText/PowerShell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Adds support for the MS PowerShell programming language.
### Installing
1. Install [package control][package_control] for Sublime Text.
1. Install the **PowerShell** package:1. Press Ctrl+Shift+P (Cmd+Shift+P on Mac)
1. Select 'Install Package'
1. Select 'PowerShell'### Developing
You want to contribute? Awesome! Take a look at [CONTRIBUTING.md](CONTRIBUTING.md).
### EditorSyntax
Syntax highlighting is adapted from the [EditorSyntax][] project.
[package_control]: https://sublime.wbond.net/installation
[EditorSyntax]: https://github.com/PowerShell/EditorSyntax