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

@ -172,6 +172,10 @@ pub const regex = .{};
pub const rpmspec = .{};
pub const rst = .{
.language_server = .{"esbonio"},
};
pub const ruby = .{
.language_server = .{"ruby-lsp"},
};