Skip to content

Commit b6f3984

Browse files
committed
Update ObjC To Inherit From C
1 parent 11e5206 commit b6f3984

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/CodeEditLanguages/CodeLanguage+Definitions.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ public extension CodeLanguage {
283283
tsName: "objc",
284284
extensions: ["m", "h"],
285285
lineCommentString: "//",
286-
rangeCommentStrings: ("/*", "*/")
286+
rangeCommentStrings: ("/*", "*/"),
287+
parentURL: CodeLanguage.c.queryURL,
288+
highlights: ["injections"]
287289
)
288290

289291
/// A language structure for `OCaml`

0 commit comments

Comments
 (0)