We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c++
cpp
1 parent af29ab4 commit 4111ff1Copy full SHA for 4111ff1
1 file changed
Sources/CodeEditLanguages/CodeLanguage+Definitions.swift
@@ -68,7 +68,7 @@ public extension CodeLanguage {
68
static let cpp: CodeLanguage = .init(
69
id: .cpp,
70
tsName: "cpp",
71
- extensions: ["cc", "cpp", "hpp", "h"],
+ extensions: ["cc", "cpp", "c++", "hpp", "h"],
72
parentURL: CodeLanguage.c.queryURL,
73
highlights: ["injections"]
74
)
0 commit comments