Merge branch 'master' into keybind

This commit is contained in:
CJ van den Berg 2024-12-05 20:34:27 +01:00
commit 879b188170
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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