feat: add ruby lsp to file type config
This commit is contained in:
parent
cf5f85245e
commit
0222f7558b
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
Add a link
Reference in a new issue