Files
DeviceManager/static/languages/code_powershell.json
2023-07-17 18:44:18 +02:00

114 lines
2.2 KiB
JSON

{
"name": "code_powershell",
"leftToRight": true,
"noLazyMode": true,
"words": [
"Add-Content",
"Add-PSSnapIn",
"Clear-Content",
"Clear-History",
"Clear-Host",
"Clear-Item",
"Clear-ItemProperty",
"Clear-Variable",
"Compare-Object",
"Connect-PSSession",
"Convert-Path",
"Copy-Item",
"Copy-ItemProperty",
"Disable-PSBreakpoint",
"Disconnect-PSSession",
"Enable-PSBreakpoint",
"Enter-PSSession",
"Exit-PSSession",
"Export-Alias",
"Export-Csv",
"Export-PSSession",
"ForEach-Object",
"Format-Custom",
"Format-List",
"Format-Table",
"Format-Wide",
"Get-Alias",
"Get-ChildItem",
"Get-Command",
"Get-Content",
"Get-History",
"Get-Item",
"Get-ItemProperty",
"Get-Job",
"Get-Location",
"Get-Member",
"Get-Module",
"Get-Process",
"Get-PSBreakpoint",
"Get-PSCallStack",
"Get-PSDrive",
"Get-PSSession",
"Get-PSSnapIn",
"Get-Service",
"Get-Unique",
"Get-Variable",
"Get-WmiObject",
"Group-Object",
"help",
"Import-Alias",
"Import-Csv",
"Import-Module",
"Import-PSSession",
"Invoke-Command",
"Invoke-Expression",
"Invoke-History",
"Invoke-Item",
"Invoke-RestMethod",
"Invoke-WebRequest",
"Invoke-WMIMethod",
"Measure-Object",
"mkdir",
"Move-Item",
"Move-ItemProperty",
"New-Alias",
"New-Item",
"New-Module",
"New-PSDrive",
"New-PSSession",
"New-PSSessionConfigurationFile",
"New-Variable",
"Out-GridView",
"Out-Host",
"Out-Printer",
"Pop-Location",
"Push-Location",
"Receive-Job",
"Receive-PSSession",
"Remove-Item",
"Remove-ItemProperty",
"Remove-Job",
"Remove-Module",
"Remove-PSBreakpoint",
"Remove-PSDrive",
"Remove-PSSession",
"Remove-PSSnapin",
"Remove-Variable",
"Remove-WMIObject",
"Rename-Item",
"Rename-ItemProperty",
"Resolve-Path",
"Resume-Job",
"Select-Object",
"Set-Alias",
"Set-Content",
"Set-Item",
"Set-Location",
"Set-PSBreakpoint",
"Set-Variable",
"Show-Command",
"Start-Job",
"Start-Process",
"Start-Service",
"Stop-Process",
"Where-Object",
"Write-Output"
]
}