Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skadomsky authored Jun 16, 2023
1 parent 5cf413b commit ec9e7dd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# The Objective-C-Plus-Plus UDL
[![Version](https://img.shields.io/badge/version-2023--6--16-brightgreen)](https://github.com/skadomsky/Objective-C-Plus-Plus/)<br />
User Defined Languages (UDL) is a feature of [Notepad++ editor](https://notepad-plus-plus.org/), allowing user to define syntax
highlights / folding rules of any programming languages. This UDL highlights some fundamental classes in Cocoa, keywords in C++/
Objective-C, and escape characters in Objective-C++ programming languages.
<br />
<br />Please refer to [Notepad++ Offical UDL Collection Repository](https://github.com/notepad-plus-plus/userDefinedLanguages)
for more infomation of UDLs. You can also find this UDL is avaliable [in this repository](https://github.com/notepad-plus-plus/userDefinedLanguages/blob/master/UDLs/Objective-C%2B%2B_byLattHsiang.xml).

## Usage
0. Download the raw file. <br/>
1. Launch Notepad++, click 'Language' on toolbar, then go to 'User Defined Language', and select 'Define your language...'. <br />
2. Click 'Import...', select the UDL in the popped up window. <br />
3. You can specify your highlights / folding rule in User-Defined window. When all your works done, click 'x' button on the upper right of the window. <br />
4. Push 'Language' button again, you will find 'Objective-C++' option on the down side of 'User Defined Language' menu. Choose it, Notepad++ will apply these highlights
/ folding rules immediately.

## Enhancement

0 comments on commit ec9e7dd

Please sign in to comment.