From d467c9f359f3cf6a6ac70cdd8c4a117cd03286f3 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 5 Jun 2019 13:32:27 -0500 Subject: [PATCH] fix(docs): use objectivec for syntax highlighting objc --- site/docs-md/ios/custom-code.md | 2 +- site/docs-md/plugins/ios.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs-md/ios/custom-code.md b/site/docs-md/ios/custom-code.md index 517d0bed91..d28ea6597c 100644 --- a/site/docs-md/ios/custom-code.md +++ b/site/docs-md/ios/custom-code.md @@ -44,7 +44,7 @@ Next, you'll need to create a new Objective-C file (with a `.m` extension, _not_ Finally, register the plugin by adding the required Capacitor plugin macros into your new `.m` file: -```objc +```objectivec #import CAP_PLUGIN(MyPlugin, "MyPlugin", diff --git a/site/docs-md/plugins/ios.md b/site/docs-md/plugins/ios.md index 27fc5a5ceb..76dd249810 100644 --- a/site/docs-md/plugins/ios.md +++ b/site/docs-md/plugins/ios.md @@ -195,7 +195,7 @@ To register your plugin with Capacitor, you'll need to create a new Objective-C Finally, register the plugin by adding the required Capacitor plugin macros into your new `.m` file: -```objc +```objectivec #import CAP_PLUGIN(MyPlugin, "MyPlugin",