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",
|
.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"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue