fix: prefer to treat .h files as c++
This commit is contained in:
parent
0498ae3194
commit
71fdb49461
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub const bash = .{
|
|||
|
||||
pub const c = .{
|
||||
.icon = "",
|
||||
.extensions = .{ "c", "h" },
|
||||
.extensions = .{"c"},
|
||||
.comment = "//",
|
||||
.formatter = .{"clang-format"},
|
||||
.language_server = .{"clangd"},
|
||||
|
|
Loading…
Add table
Reference in a new issue