refactor: remove unused odin parser declaration
This commit is contained in:
parent
1a2a76c900
commit
de925265a1
1 changed files with 0 additions and 1 deletions
|
@ -357,7 +357,6 @@ pub const odin = .{
|
|||
.description = "Odin",
|
||||
.extensions = .{"odin"},
|
||||
.comment = "//",
|
||||
.parser = @import("file_type.zig").Parser("odin"),
|
||||
.injections = "tree-sitter-odin/queries/injections.scm",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue