You've already forked Epicnabbo-Catalogus-Updated-Daily
23 lines
381 B
JSON
23 lines
381 B
JSON
{
|
|
"name": "PowerShell",
|
|
"type": "programming",
|
|
"color": "#012456",
|
|
"tmScope": "source.powershell",
|
|
"aceMode": "powershell",
|
|
"codemirrorMode": "powershell",
|
|
"codemirrorMimeType": "application/x-powershell",
|
|
"aliases": [
|
|
"posh",
|
|
"pwsh"
|
|
],
|
|
"extensions": [
|
|
".ps1",
|
|
".psd1",
|
|
".psm1"
|
|
],
|
|
"interpreters": [
|
|
"pwsh"
|
|
],
|
|
"languageId": 293
|
|
}
|