mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
Compilation: Use a better canonical file extension for header files.
This commit is contained in:
parent
88f324ebe7
commit
12a289c1dd
@ -5916,9 +5916,9 @@ pub const FileExt = enum {
|
||||
.cpp => ".cpp",
|
||||
.cu => ".cu",
|
||||
.h => ".h",
|
||||
.hpp => ".h",
|
||||
.hm => ".h",
|
||||
.hmm => ".h",
|
||||
.hpp => ".hpp",
|
||||
.hm => ".hm",
|
||||
.hmm => ".hmm",
|
||||
.m => ".m",
|
||||
.mm => ".mm",
|
||||
.ll => ".ll",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user