fix: typo in first line match for file type python
This commit is contained in:
parent
71fdb49461
commit
b2a2981683
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ pub const python = .{
|
||||||
.icon = "",
|
.icon = "",
|
||||||
.extensions = .{"py"},
|
.extensions = .{"py"},
|
||||||
.comment = "#",
|
.comment = "#",
|
||||||
.first_line_matches = .{ .prefix = "#!", .content = "/bin/bash" },
|
.first_line_matches = .{ .prefix = "#!", .content = "python" },
|
||||||
.language_server = .{"pylsp"},
|
.language_server = .{"pylsp"},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue