Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Latest commit

 

History

History

notepad++

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Syntax Support for monkey lanuage in Notepad++

This file provides Syntax highlighting support for the monkey Language in Notepad++

screenshot

Notepad++

Installation for Notepad++ 6

  1. Download the monkey.xml.

  2. On the Notepad++ toolbar menu select Language->Define your language

  3. A user defined language window should open. Click the import button and navigate to the monkey.xml file and open it.

  4. You may need to re-open your .my files or restart notepad++ in order to see the highlighting changes.

Limitation of the notepad++'s syntax highlight

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.