feat: add reStructuredText support

closes #353
This commit is contained in:
CJ van den Berg 2025-11-04 17:19:51 +01:00
parent 8be5a14eda
commit 9a13191e10
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 6 additions and 2 deletions

View file

@ -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",

View file

@ -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"},
}; };