Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 967 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 967 Bytes

PowerShell Package for Sublime Text 3

Join the chat at https://gitter.im/SublimeText/PowerShell

Adds support for the MS PowerShell programming language.

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! Take a look at CONTRIBUTING.md.

EditorSyntax

Syntax highlighting is provided by the project EditorSyntax. Issues about the grammar should be opened in EditorSyntax instead of this repo.