Skip to content

Commit

Permalink
Add PowerShell extension (zed-industries#1109)
Browse files Browse the repository at this point in the history
This commit add a PowerShell extension by support 2 features, the
grammar and the language server. But at this moment, the language server
still needs to configure the PowerShellEditorServices directory though
the `lsp` configuration.

The grammar, I use
https://github.com/airbus-cert/tree-sitter-powershell. And the language
server uses https://github.com/PowerShell/PowerShellEditorServices.

Closes zed-industries#496

---------

Signed-off-by: Thanabodee Charoenpiriyakij <[email protected]>
Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
wingyplus and maxdeviant committed Aug 14, 2024
1 parent c8906c2 commit 55b3573
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,10 @@
path = extensions/polar-theme
url = https://github.com/biaqat/polar-theme-zed.git

[submodule "extensions/powershell"]
path = extensions/powershell
url = https://github.com/wingyplus/zed-powershell.git

[submodule "extensions/python-refactoring"]
path = extensions/python-refactoring
url = https://github.com/rowillia/zed-python-refactoring.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,10 @@ version = "0.0.4"
submodule = "extensions/polar-theme"
version = "0.6.0"

[powershell]
submodule = "extensions/powershell"
version = "0.1.0"

[prisma]
submodule = "extensions/zed"
path = "extensions/prisma"
Expand Down
1 change: 1 addition & 0 deletions extensions/powershell
Submodule powershell added at 1975ad

0 comments on commit 55b3573

Please sign in to comment.