diff --git a/src/file_types.zig b/src/file_types.zig index 8df3aa1..7e1b1dd 100644 --- a/src/file_types.zig +++ b/src/file_types.zig @@ -58,6 +58,7 @@ pub const comment = .{ .description = "Comment tags", .icon = "#", .extensions = .{}, + .comment = "#", .highlights = "nvim-treesitter/queries/comment/highlights.scm", };