From d4ec68b9ab4fcda05444ba368edcdbeec78d4f2b Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 29 Apr 2024 01:08:59 -0400 Subject: [PATCH] Add hpp file icon (#11149) Release Notes: - Added `.hpp` file icon. --- assets/icons/file_icons/file_types.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index a8e9f3b8a5..ad8d25a7d1 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -59,6 +59,7 @@ "go": "go", "graphql": "graphql", "h": "c", + "hpp": "cpp", "handlebars": "code", "hbs": "template", "heex": "elixir",