fixup: comment file type

This commit is contained in:
CJ van den Berg 2026-03-17 17:25:17 +01:00
parent 8a3f9deb2d
commit 43fc008c58
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 3 additions and 1 deletions

View file

@ -55,9 +55,10 @@ pub const @"c-sharp" = .{
};
pub const comment = .{
.description = "Comments",
.description = "Comment tags",
.icon = "#",
.extensions = .{},
.highlights = "nvim-treesitter/queries/comment/highlights.scm",
};
pub const conf = .{