fix: comment file type

This commit is contained in:
CJ van den Berg 2026-03-17 18:34:25 +01:00
parent e95f1ad049
commit 9cf6617fd2
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -58,6 +58,7 @@ pub const comment = .{
.description = "Comment tags",
.icon = "#",
.extensions = .{},
.comment = "#",
.highlights = "nvim-treesitter/queries/comment/highlights.scm",
};