Skip to content

bpd1069/PowerShell

 
 

Repository files navigation

PowerShell

Support for the MS PowerShell programming language.

Install

  1. Install package control for Sublime Text.

  2. Install the PowerShell package:

    1. Ctrl + Shift + P
    2. install
    3. powershell

Development

  1. Open the Sublime Text packages folder (Ctrl + Shift + P + browse packages)
  2. Clone this repo to the packages folder Now your local version of this package is available in Sublime Text.

Syntax

The plist file PowershellSyntax.tmLanguage is the syntax definition's master file.

However, the recommended way to edit the syntax definition is YAML format. To use this format, follow these steps:

  1. Using Package Control, install the AAAPackageDev package.
  2. Open PowershellSyntax.tmLanguage.
  3. Call Ctrl + Shift + P + convert to Yaml and Rearrange. You will get a new file: Support/PowershellSyntax.YAML-tmLanguage.
  4. Edit the YAML file.
  5. Call Ctrl + Shift + P + convert (YAML, JSON, Plist) to. You will get and updated version of the plist file.

Contributing

See CONTRIBUTING.md.

About

Support for the MS PowerShell programming language.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published