Merge pull request #3010 from kevinoid/ps1-powershell

Alias ps1 filetype to powershell
This commit is contained in:
w0rp
2020-08-13 13:45:49 +01:00
committed by GitHub
3 changed files with 2 additions and 7 deletions

View File

@@ -1238,6 +1238,7 @@ g:ale_linter_aliases *g:ale_linter_aliases*
\ 'csh': 'sh',
\ 'javascriptreact': ['javascript', 'jsx'],
\ 'plaintex': 'tex',
\ 'ps1': 'powershell',
\ 'rmarkdown': 'r',
\ 'rmd': 'r',
\ 'systemverilog': 'verilog',