Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Releases: jrsconfitto/language-powershell

Fix Where-Object

15 Apr 12:56
Compare
Choose a tag to compare

Filters

31 Aug 15:04
Compare
Choose a tag to compare

Updates the language with the latest from its backing grammar's latest release.

Searchable

31 Aug 12:45
Compare
Choose a tag to compare

Merged in #44 which adds tags to the powershell package (hopefully making it more discoverable) and fixes the CI script.

Thanks @radum!

Descriptive

31 Aug 12:46
Compare
Choose a tag to compare

Fixed the description snippet via #40.

Thanks to @cbrookins 😄

Better together

01 Mar 21:24
Compare
Choose a tag to compare

This utilizes the wonderful SublimeText/PowerShell grammar, which at the moment is also used as the highlighting grammar for github.com. Thus, we can all benefit by combining our efforts.

Special thanks to @vors 😄

i got the power(shell)

28 Jan 14:07
Compare
Choose a tag to compare

Um, i didn't quite intend to put out a 1.0 release, but i typed apm publish major and then the ✨ happened.

...but Atom's API is 1.0 now, so it's probably appropriate.

This release begins to take care of some indentation on paste issues by introducing some better indentation rules for the grammar. See #33 for more information.

Recognize case-sensitivity specifiers in comparison operators

01 Dec 18:19
Compare
Choose a tag to compare

The syntax now recognizes comparison operators with case-sensitivity specifiers.

Related PRs:

This means that adding -i or -c before a comparison operator will highlight properly.

More comparison operators

25 Nov 18:20
Compare
Choose a tag to compare
Pre-release

Fixes #26

Add multiline strings

13 Jun 13:18
Compare
Choose a tag to compare
Add multiline strings Pre-release
Pre-release

Fixes #2 and #1.

Initial release

09 Jun 15:47
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Not much to it, just an import from a textmate bundle