Compare commits
2 commits
02c26ba48f
...
851789d5d6
| Author | SHA1 | Date | |
|---|---|---|---|
| 851789d5d6 | |||
| 621a31024a |
1 changed files with 13 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"},
|
||||
|
|
@ -609,6 +617,11 @@ pub const typescript = .{
|
|||
.icon = "",
|
||||
.extensions = .{ "ts", "tsx" },
|
||||
.comment = "//",
|
||||
.highlights_list = .{
|
||||
"tree-sitter-javascript/queries/highlights.scm",
|
||||
"tree-sitter-typescript/queries/highlights.scm",
|
||||
},
|
||||
.injections = "tree-sitter-javascript/queries/injections.scm",
|
||||
};
|
||||
|
||||
pub const typst = .{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue