Commit 4f7e8687 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch '324635-c++-icon-fix' into 'master'

Add missing icon for files with .c++ extension

See merge request gitlab-org/gitlab!56650
parents 397fb73b 7b82da12
......@@ -128,6 +128,7 @@ const fileExtensionIcons = {
c: 'c',
m: 'c',
h: 'h',
'c++': 'cpp',
cc: 'cpp',
cpp: 'cpp',
mm: 'cpp',
......
---
title: Add missing icon for files with .c++ extension
merge_request: 56650
author: Peter Kovář @peter.kovar
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment