feat: PowerShell code style

This commit is contained in:
Dillon 2022-05-08 03:15:21 +08:00
parent 8ee4eb8467
commit 0dc2bbe2ba
2 changed files with 4 additions and 1 deletions

View file

@ -158,6 +158,9 @@ $code-type-map: (
language-objectivec: 'Objective-C',
language-php: 'PHP',
language-perl: 'Perl',
language-powershell: 'PowerShell',
language-posh: 'PowerShell',
language-pwsh: 'PowerShell',
language-python: 'Python',
language-r: 'R',
language-ruby: 'Ruby',

File diff suppressed because one or more lines are too long