Skip to content

Commit

Permalink
Added a language claim.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Mar 24, 2023
1 parent 56fbbaa commit e159394
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
],
"main": "./dist/extension.js",
"contributes": {
"languages": [
{
"id": "iis-config",
"extensions": [ ".config" ],
"aliases": [ "IIS Configuration File", "IIS Express Configuration File" ]
}
],
"commands": [
{
"command": "iis.launch",
Expand Down

0 comments on commit e159394

Please sign in to comment.