feat: add jsdoc file type

This commit is contained in:
CJ van den Berg 2026-03-02 17:35:55 +01:00
parent 02c26ba48f
commit 621a31024a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -263,6 +263,14 @@ pub const javascript = .{
.injections = "tree-sitter-javascript/queries/injections.scm", .injections = "tree-sitter-javascript/queries/injections.scm",
}; };
pub const jsdoc = .{
.description = "JSDoc",
.color = 0xf0db4f,
.icon = "󰌞",
.extensions = .{},
.comment = "//",
};
pub const json = .{ pub const json = .{
.description = "JSON", .description = "JSON",
.extensions = .{"json"}, .extensions = .{"json"},