fix: the typescript file type should inherit queries from javascript
This commit is contained in:
parent
621a31024a
commit
851789d5d6
1 changed files with 5 additions and 0 deletions
|
|
@ -617,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