1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-21 22:05:46 +02:00

Review docs for added rouge lexers and update those with new highlighters

This commit is contained in:
Adam
2014-09-08 13:08:28 +02:00
parent c0d8a18b08
commit eab554a7a7
20 changed files with 21 additions and 21 deletions

View File

@@ -12,7 +12,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.
```cpp
```objective_c
// Single-line comments start with //
/*