# SublimeTextPowerShell **Repository Path**: pxp/sublime-text-power-shell ## Basic Information - **Project Name**: SublimeTextPowerShell - **Description**: No description available - **Primary Language**: 其他 - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2021-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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