We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b79e51 + 2043e01 commit 099c7b5Copy full SHA for 099c7b5
4 files changed
icons/data/languages/c.yaml
@@ -5,4 +5,3 @@ match:
5
extension:
6
equals:
7
- .c
8
- - .h
icons/data/languages/h.yaml
@@ -1,9 +1,8 @@
1
-name: H
+name: "H\u200b"
2
asset: h
3
parent: text
4
match:
- # Disabled due to conflict with C headers
- # - .h
+ - .h
9
- .objh
…ns/data/themes/material/languages/hh.png …ons/data/themes/material/languages/h.pngicons/data/themes/material/languages/hh.png renamed to icons/data/themes/material/languages/h.png
plugin/changelog.md
@@ -1,5 +1,6 @@
## v2.1.8
- Fix detection of files incorrectly marked as Gradle
+- Fix .h files being displayed with the C icon
## v2.1.7
- Fix small issues that raise errors without being real errors
0 commit comments