feat: add F# language support
This commit is contained in:
parent
bfeb77d62a
commit
53dee5322a
3 changed files with 12 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue