This file provides Syntax highlighting support for the monkey Language in Notepad++
-
Download the monkey.xml.
-
On the Notepad++ toolbar menu select Language->Define your language
-
A user defined language window should open. Click the import button and navigate to the monkey.xml file and open it.
-
You may need to re-open your .my files or restart notepad++ in order to see the highlighting changes.
Notepad++'s syntax highlight feature is a little bit limited. For example, the monkey language has two types of line comments. Notepad++ seems could not highlight both. so you need to be careful about line comment. I suggest use only one type of comment across all your monkey source.