cpp: Better icon support (#19146)
This commit is contained in:
parent
74cc90887a
commit
0b10fd5098
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
"bashrc": "terminal",
|
"bashrc": "terminal",
|
||||||
"bmp": "image",
|
"bmp": "image",
|
||||||
"c": "c",
|
"c": "c",
|
||||||
|
"c++": "cpp",
|
||||||
"cc": "cpp",
|
"cc": "cpp",
|
||||||
"cjs": "javascript",
|
"cjs": "javascript",
|
||||||
"coffee": "coffeescript",
|
"coffee": "coffeescript",
|
||||||
|
@ -27,6 +28,7 @@
|
||||||
"cpp": "cpp",
|
"cpp": "cpp",
|
||||||
"css": "css",
|
"css": "css",
|
||||||
"csv": "storage",
|
"csv": "storage",
|
||||||
|
"cxx": "cpp",
|
||||||
"cts": "typescript",
|
"cts": "typescript",
|
||||||
"dart": "dart",
|
"dart": "dart",
|
||||||
"dat": "storage",
|
"dat": "storage",
|
||||||
|
@ -66,11 +68,13 @@
|
||||||
"heex": "elixir",
|
"heex": "elixir",
|
||||||
"heic": "image",
|
"heic": "image",
|
||||||
"heif": "image",
|
"heif": "image",
|
||||||
|
"hh": "cpp",
|
||||||
"hpp": "cpp",
|
"hpp": "cpp",
|
||||||
"hrl": "erlang",
|
"hrl": "erlang",
|
||||||
"hs": "haskell",
|
"hs": "haskell",
|
||||||
"htm": "template",
|
"htm": "template",
|
||||||
"html": "template",
|
"html": "template",
|
||||||
|
"hxx": "cpp",
|
||||||
"ib": "storage",
|
"ib": "storage",
|
||||||
"ico": "image",
|
"ico": "image",
|
||||||
"ini": "settings",
|
"ini": "settings",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue