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

--

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 Language element for Cobra from the userDefinedLanguage.xml file attached below.

Place this XML node in the userDefinedLang.xml file at

%appdata%\Notepad++

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 FunctionList?.xml file attached below. Place this XML node in the FunctionList?.xml file at

%appdata%\Notepad++\plugins\config

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

Attachments