Wiki
Version 3 (modified by todd.a, 14 years ago)

Made some corrections with regard to the XML node names and the filenames.

This page contains information on how to get syntax highlighting and function list support in  Notepad++.

Syntax Highlighting

To add syntax highlighting support copy the UserLang? node for Cobra from the userDefinedLanguage.xml file attached below.

Place this XML node in the userDefinedLang.xml file at

%appdata%\Notepad++\userDefinedLang.xml

If this file does not exist then copy the entire file over.

FunctionList support

FunctionList? is provided as a plugin for Notepad++ so first be sure to install the plugin. To install download the plugin from  http://sourceforge.net/projects/npp-plugins/files/, unzip, then copy the DLL to

%programfiles%\Notepad++\plugins
or
%programfiles(x86)%\Notepad++\plugins if installed to the x86 Program Files directory on 64-bit Windows.

Next, copy the Language node for Cobra found in the FunctionListRules?.xml file attached below. Place this XML node in the FunctionListRules?.xml file at

%appdata%\Notepad++\plugins\config\FunctionListRules.xml

If the file does not exist then copy the entire file.

Attachments