feat: add F# language support

closes #291
This commit is contained in:
CJ van den Berg 2025-09-09 22:30:54 +02:00
parent 000aaf9685
commit a299d27b1f
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 6 additions and 2 deletions

View file

@ -48,6 +48,10 @@ pub const elixir = .{
pub const fish = .{};
pub const fsharp = .{
.language_server = .{"fsautocomplete"},
};
pub const @"git-rebase" = .{};
pub const gitcommit = .{};