feat: add F# language support

This commit is contained in:
CJ van den Berg 2025-09-09 20:44:35 +02:00
parent bfeb77d62a
commit 53dee5322a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 12 additions and 2 deletions

View file

@ -118,6 +118,14 @@ pub const fish = .{
.highlights = "tree-sitter-fish/queries/highlights.scm",
};
pub const @"fsharp" = .{
.description = "F#",
.color = 0x378bba,
.icon = "",
.extensions = .{"fs"},
.comment = "//",
};
pub const @"git-rebase" = .{
.description = "Git (rebase)",
.color = 0xf34f29,