Skip to content

Commit 099c7b5

Browse files
authored
Merge pull request #275 from Vinnih-1/develop
Display .h files as H, not C
2 parents 7b79e51 + 2043e01 commit 099c7b5

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

icons/data/languages/c.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ match:
55
extension:
66
equals:
77
- .c
8-
- .h

icons/data/languages/h.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
name: H
1+
name: "H\u200b"
22
asset: h
33
parent: text
44
match:
55
extension:
66
equals:
7-
# Disabled due to conflict with C headers
8-
# - .h
7+
- .h
98
- .objh
File renamed without changes.

plugin/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## v2.1.8
22
- Fix detection of files incorrectly marked as Gradle
3+
- Fix .h files being displayed with the C icon
34

45
## v2.1.7
56
- Fix small issues that raise errors without being real errors

0 commit comments

Comments
 (0)