From 8cebcf840690ee5d9ea0f02907e1f33da3d96cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davorin=20U=C4=8Dakar?= Date: Mon, 19 Jul 2021 00:52:45 +0200 Subject: [PATCH] Recognize *.hh as (C++) headers *.hh files are not recognized as (C++) headers, so the generic icon is used. The matching *.cc extension, however, is correctly recognized as (C++) source. --- src/data/items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/items.json b/src/data/items.json index 3c0f81a..2423fa8 100644 --- a/src/data/items.json +++ b/src/data/items.json @@ -79,7 +79,7 @@ "zsh" ], "font": ["eot", "otf", "ttf", "woff", "woff2"], - "headers": ["d.ts", "h", "h++", "hpp", "hxx", "pyi"], + "headers": ["d.ts", "h", "h++", "hh", "hpp", "hxx", "pyi"], "image": [ "gif", "ico",