From 9cf6617fd26165c29478d0df09c5a18f39ccbe4f Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 17 Mar 2026 18:34:25 +0100 Subject: [PATCH] fix: comment file type --- src/file_types.zig | 1 + 1 file changed, 1 insertion(+) 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", };