Skip to content

Commit ed7b96a

Browse files
committed
Remove language definition from package.json
The PowerShell language definition got added back to package.json due to a recent rebase. This change removes it again.
1 parent 1f17832 commit ed7b96a

File tree

2 files changed

+0
-1191
lines changed

2 files changed

+0
-1191
lines changed

package.json

-10
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@
4848
"title": "Get online help for command",
4949
"category": "PowerShell"
5050
}],
51-
"languages": [{
52-
"id": "PowerShell",
53-
"extensions": [ ".ps1", ".psm1", ".psd1", ".pssc", ".psrc" ],
54-
"aliases": [ "PowerShell", "powershell", "ps", "ps1" ]
55-
}],
56-
"grammars": [{
57-
"language": "PowerShell",
58-
"scopeName": "source.powershell",
59-
"path": "./syntaxes/PowerShell.tmLanguage"
60-
}],
6151
"snippets": [
6252
{
6353
"language": "powershell",

0 commit comments

Comments
 (0)