feat: add jsdoc file type
This commit is contained in:
parent
02c26ba48f
commit
621a31024a
1 changed files with 8 additions and 0 deletions
|
|
@ -263,6 +263,14 @@ pub const javascript = .{
|
|||
.injections = "tree-sitter-javascript/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const jsdoc = .{
|
||||
.description = "JSDoc",
|
||||
.color = 0xf0db4f,
|
||||
.icon = "",
|
||||
.extensions = .{},
|
||||
.comment = "//",
|
||||
};
|
||||
|
||||
pub const json = .{
|
||||
.description = "JSON",
|
||||
.extensions = .{"json"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue