Skip to content

Commit

Permalink
Add a new keyword clean that has been added in PowerShell 7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessUzer authored and zufuliu committed Mar 15, 2024
1 parent 6984ae8 commit 92c9645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EditLexers/stlPowerShell.c
Expand Up @@ -3,7 +3,7 @@

static KEYWORDLIST Keywords_PS1 = {{
//++Autogenerated -- start of section automatically generated
"assembly base begin break catch class command configuration continue data define do dynamicParam dynamicparam "
"assembly base begin break catch class clean command configuration continue data define do dynamicParam dynamicparam "
"else elseif end enum exit filter finally for foreach from function hidden if in inlineScript inlinescript interface "
"module namespace parallel param private process public return sequence static switch throw trap try type until using "
"var while workflow "
Expand Down
2 changes: 1 addition & 1 deletion tools/lang/PowerShell.ps1
Expand Up @@ -8,7 +8,7 @@
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_language_keywords
# https://docs.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-02#231-keywords
begin break
catch class continue
catch class clean continue
data define do dynamicparam dynamicParam
else elseif end enum exit
filter finally for foreach from function
Expand Down

0 comments on commit 92c9645

Please sign in to comment.