PowerShell
PowerShell copied to clipboard
Support for the MS PowerShell programming language.
If a reserved keyword is used as the beginning of a hyphenated function name (e.g., **Do-Something** or **If-Thing**) the beginning part of the function name that matches the reserved keyword...
Hi, I believe that the Editor-Syntax repository has had a few bug fixes upstream since it was copied for use in this repo. Would it make sense to have it...
Add a Pester build system for PowerShell files which runs Invoke-Pester at the current location.
@guillermooo since we switched to EditorSyntax, we don't need our own CI anymore. Besides it's broken. Can you disable this integration? https://ci.appveyor.com/project/guillermooo/powershell/build/1.0.136
Not super important. In the atom language tests (jugglingnutcase/language-powershell#36) the tests are failing on `--%`. We should add it at some point. Here's the [about_Escape_Characters spec](https://technet.microsoft.com/en-us/library/hh847755.aspx) which contains this stuff...
``` powershell Class Foo-Bar {} ``` Screenshot from ISE: 
 The construction on the left breaks automatic indentation (in PowerShell only). It should look like the middle version after a Reindent, and the right version is...
Do we want to set defaults for word wrapping and tabs vs. spaces? I personally prefer the opposite of how it is set now. What about just not having these...
We should add a snippet for documentation. https://technet.microsoft.com/en-us/magazine/ff458353.aspx is the closest I found to a published standard. Their example is: ``` ```