From 0b10fd5098b8c62c391132834d45828ae9e4d1a4 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Sun, 13 Oct 2024 04:09:27 -0400 Subject: [PATCH] cpp: Better icon support (#19146) --- assets/icons/file_icons/file_types.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/icons/file_icons/file_types.json b/assets/icons/file_icons/file_types.json index fd0dc448c4e54fbacdb01875de172c5a3bac8aac..fee76aa04407215ea155593821382f58d95bc201 100644 --- a/assets/icons/file_icons/file_types.json +++ b/assets/icons/file_icons/file_types.json @@ -20,6 +20,7 @@ "bashrc": "terminal", "bmp": "image", "c": "c", + "c++": "cpp", "cc": "cpp", "cjs": "javascript", "coffee": "coffeescript", @@ -27,6 +28,7 @@ "cpp": "cpp", "css": "css", "csv": "storage", + "cxx": "cpp", "cts": "typescript", "dart": "dart", "dat": "storage", @@ -66,11 +68,13 @@ "heex": "elixir", "heic": "image", "heif": "image", + "hh": "cpp", "hpp": "cpp", "hrl": "erlang", "hs": "haskell", "htm": "template", "html": "template", + "hxx": "cpp", "ib": "storage", "ico": "image", "ini": "settings",