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: mit
- Created: 2011-08-23T19:07:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T10:33:10.000Z (4 months ago)
- Last Synced: 2024-08-03T22:14:16.034Z (3 months ago)
- Topics: powershell, sublime-snippets, sublime-text, sublime-text-package, syntax-highlighting
- Language: PowerShell
- Homepage:
- Size: 252 KB
- Stars: 314
- Watchers: 39
- Forks: 80
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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 provided by the project [EditorSyntax][].
Issues about the grammar should be opened in **EditorSyntax** instead of this repo.[package_control]: https://sublime.wbond.net/installation
[EditorSyntax]: https://github.com/PowerShell/EditorSyntax