feat: add pyi to python file extensions

This commit is contained in:
CJ van den Berg 2024-12-05 13:32:49 +01:00
parent 78b039be58
commit b7405348e3
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -343,7 +343,7 @@ pub const purescript = .{
pub const python = .{ pub const python = .{
.color = 0xffd845, .color = 0xffd845,
.icon = "󰌠", .icon = "󰌠",
.extensions = .{"py"}, .extensions = .{"py", "pyi"},
.comment = "#", .comment = "#",
.first_line_matches = .{ .prefix = "#!", .content = "python" }, .first_line_matches = .{ .prefix = "#!", .content = "python" },
.language_server = .{"pylsp"}, .language_server = .{"pylsp"},