README taken from markdown_npp
This project provides a very simple user defined language file for Notepad++ that does some basic syntax highlighting for jade texts.
Installation instructions (taken from Notepad++ Web site 1):
- Download the user-defined language to your computer
- Open the file with your favourite text editor (such as notepad++ or notepad)
- Click start, run, type (or paste in) %APPDATA%\Notepad++ then click ok
- Open userDefineLang.xml with a text editor
- If this is the first userdefined language you are adding, copy/paste the
entire first file (which you downloaded) into the userDefineLang.xml,
replacing all that was there. If this is the second or more language you
add, simply copy everything from the first file starting at
<UserLang...>
to</UserLang>
and paste it at the end of the userDefineLang.xml right before</NotepadPlus>
- Save the newly improved userDefineLang.xml