1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-23 14:55:08 +02:00

[objective-c/en-fr-ru-tr-vn] Enable syntax highlighting

This commit is contained in:
Andy B
2015-10-09 15:32:05 +01:00
parent da1fedc741
commit 1e90e7da1d
5 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ filename: LearnObjectiveC.m
Objective-C is the main programming language used by Apple for the OS X and iOS operating systems and their respective frameworks, Cocoa and Cocoa Touch.
It is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language.
```objective_c
```objective-c
// Single-line comments start with //
/*