-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Description of the problem or steps to reproduce
When opening the Pipfile.lock file it looks like this:
{
"_meta": {}
}The type shown is unknown, but as specified in the signature of the file:
I did the same test with the file named index with the following content:
<!DOCTYPE html5>From what I understand, both should be of type json and html5 given the signature of html5:
I didn't get to test the other types of files that can be defined with signature but as both files should match with the regex I believe the same thing must be happening.
This does not happen in version 2.0.13.
The file detection was changed with #2819.
Specifications
Commit hash: b518bda
OS: Ubuntu 22.04.3 LTS
Terminal: terminator
Metadata
Metadata
Assignees
Labels
No labels