feat: use commonlisp tree-sitter parser
This commit is contained in:
parent
69ea05c1d5
commit
c9b46b6b66
3 changed files with 6 additions and 5 deletions
|
@ -256,8 +256,8 @@ pub const commonlisp = .{
|
|||
.icon = "",
|
||||
.extensions = .{ "lisp", "ls", "el" },
|
||||
.comment = ";",
|
||||
.highlights = "tree-sitter-scheme/queries/highlights.scm",
|
||||
.parser = scheme.parser,
|
||||
.highlights = "nvim-treesitter/queries/commonlisp/highlights.scm",
|
||||
.injections = "nvim-treesitter/queries/commonlisp/injections.scm",
|
||||
};
|
||||
|
||||
pub const lua = .{
|
||||
|
@ -471,7 +471,6 @@ pub const scheme = .{
|
|||
.description = "Scheme",
|
||||
.extensions = .{ "scm", "ss" },
|
||||
.comment = ";",
|
||||
.parser = @import("file_type.zig").Parser("scheme"),
|
||||
};
|
||||
|
||||
pub const sql = .{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue