Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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