Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from brettcannon/patch-1
Browse files Browse the repository at this point in the history
Recognize Python's Pipfile as a TOML file
  • Loading branch information
bungcip authored Mar 9, 2018
2 parents ad23534 + 48e635e commit 08847a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"toml"
],
"extensions": [
".toml"
".toml",
"Pipfile"
],
"mimetypes": [
"text/x-toml"
Expand Down Expand Up @@ -125,4 +126,4 @@
"typescript": "^2.7.2",
"vscode": "^1.1.10"
}
}
}

0 comments on commit 08847a9

Please sign in to comment.