parent
8be5a14eda
commit
9a13191e10
2 changed files with 6 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.syntax = .{
|
.syntax = .{
|
||||||
.url = "git+https://github.com/neurocyte/flow-syntax?ref=master#a2356a459e8a1c30e43da8648d45e4eaec518f2b",
|
.url = "git+https://github.com/neurocyte/flow-syntax?ref=master#10b92330cf0ecaa39a52d3a8d190f7fb384b7b09",
|
||||||
.hash = "flow_syntax-0.1.0-X8jOoZQTAQCWj2TJgmEykecTmQFQGqUduPxLVZJM_y88",
|
.hash = "flow_syntax-0.1.0-X8jOoU8VAQCOYNTiuB7y2aIBP1V3OXXHa8WvE3eXtpDK",
|
||||||
},
|
},
|
||||||
.flags = .{
|
.flags = .{
|
||||||
.url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",
|
.url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",
|
||||||
|
|
|
||||||
|
|
@ -172,6 +172,10 @@ pub const regex = .{};
|
||||||
|
|
||||||
pub const rpmspec = .{};
|
pub const rpmspec = .{};
|
||||||
|
|
||||||
|
pub const rst = .{
|
||||||
|
.language_server = .{"esbonio"},
|
||||||
|
};
|
||||||
|
|
||||||
pub const ruby = .{
|
pub const ruby = .{
|
||||||
.language_server = .{"ruby-lsp"},
|
.language_server = .{"ruby-lsp"},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue