Skip to content

Commit

Permalink
[objective-c/en-fr-ru-tr-vn] Enable syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjtb committed Oct 9, 2015
1 parent da1fedc commit 1e90e7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fr-fr/objective-c-fr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lang: fr-fr

L'Objective-C est un langage de programmation orienté objet réflexif principalement utilisé par Apple pour les systèmes d'exploitations Mac OS X et iOS et leurs frameworks respectifs, Cocoa et Cocoa Touch.

```objective_c
```objective-c
// Les commentaires sur une seule ligne commencent par //

/*
Expand Down
2 changes: 1 addition & 1 deletion objective-c.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 //

/*
Expand Down
2 changes: 1 addition & 1 deletion ru-ru/objective-c-ru.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Cocoa Touch.
Он является объектно-ориентированным языком программирования общего назначения,
который добавляет обмен сообщениями в Smalltalk-стиле к языку программирования C.

```objective_c
```objective-c
// Однострочные комментарии начинаются с //

/*
Expand Down
2 changes: 1 addition & 1 deletion tr-tr/objective-c-tr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kendi çatıları olan Cocoa ve Cocoa Touch için kullanılan bir programlama di
Genel açamlı, object-oriented bir yapıya sahip programlama dilidir. C
programlama diline Smalltalk stilinde mesajlaşma ekler.

```objective_c
```objective-c
// Tek satır yorum // işaretleri ile başlar

/*
Expand Down
2 changes: 1 addition & 1 deletion vi-vn/objective-c-vi.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filename: LearnObjectiveC-vi.m
Objective-C là ngôn ngữ lập trình chính được sử dụng bởi Apple cho các hệ điều hành OS X, iOS và các framework tương ứng của họ, Cocoa và Cocoa Touch.
Nó là một ngôn ngữ lập trình mục đích tổng quát, hướng đối tượng có bổ sung thêm kiểu truyền thông điệp giống Smalltalk vào ngôn ngữ lập trình C.

```objective_c
```objective-c
// Chú thích dòng đơn bắt đầu với //

/*
Expand Down

0 comments on commit 1e90e7d

Please sign in to comment.