-
Notifications
You must be signed in to change notification settings - Fork 4k
Support "objectivec" as alias for Objective C syntax #3556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "objectivec" as alias for Objective C syntax #3556
Conversation
🦋 Changeset detectedLatest commit: 5c5a23a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for "objectivec" as an alias for Objective-C syntax highlighting to maintain compatibility with GitBook's block model, which uses "objectivec" instead of the standard "objective-c" identifier.
- Adds a new syntax alias mapping "objectivec" to "objective-c" in the highlight configuration
- Includes a changeset documenting this patch-level change
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
packages/gitbook/src/components/DocumentView/CodeBlock/highlight.ts | Adds the "objectivec" alias mapping to support GitBook's naming convention |
.changeset/chatty-rivers-move.md | Documents the patch-level change for release notes |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
The block model from GitBook uses "objectivec" instead of "objective-c", so we support it.
e19c452
to
5c5a23a
Compare
The block model from GitBook uses "objectivec" instead of "objective-c",
so we support it.