feat: add ruby lsp to file type config
This commit is contained in:
parent
b2a2981683
commit
d5fcdb1368
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ pub const ruby = .{
|
||||||
.icon = "",
|
.icon = "",
|
||||||
.extensions = .{"rb"},
|
.extensions = .{"rb"},
|
||||||
.comment = "#",
|
.comment = "#",
|
||||||
|
.language_server = .{"ruby-lsp"},
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const rust = .{
|
pub const rust = .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue