feat: add pyi to python file extensions
This commit is contained in:
parent
017c727e1c
commit
2dd75f9ba6
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Reference in a new issue