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: 1 day 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T10:33:10.000Z (5 months ago)
- Last Synced: 2024-12-14T20:02:42.977Z (8 days ago)
- Topics: powershell, sublime-snippets, sublime-text, sublime-text-package, syntax-highlighting
- Language: PowerShell
- Homepage:
- Size: 252 KB
- Stars: 313
- Watchers: 39
- Forks: 78
- Open Issues: 14
-
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