fix: typo in first line match for file type python

This commit is contained in:
CJ van den Berg 2024-10-16 11:31:57 +02:00
parent 71fdb49461
commit b2a2981683

View file

@ -302,7 +302,7 @@ pub const python = .{
.icon = "󰌠",
.extensions = .{"py"},
.comment = "#",
.first_line_matches = .{ .prefix = "#!", .content = "/bin/bash" },
.first_line_matches = .{ .prefix = "#!", .content = "python" },
.language_server = .{"pylsp"},
};