Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

pedromagician/Notepad-User-Defined-Languages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

User Defined Languages for Notepad++

Notepad++ is a free source code editor and Notepad replacement that supports several languages.

UDL (User Defined Languages) interface allows the user to define rules for formatting text, keywords, comments, numbers...


How To Install:

  • Copy userDefinedLang-TXT.DAT.xml into %AppData%\Notepad++\userDefineLangs\
  • Copy TXT-DAT.xml into %AppData%\Notepad++\functionList\
  • In the %AppData%\Notepad++\functionList\overrideMap.xml you have to add the following lines:
    • <association id="TXT-DAT.xml" userDefinedLangName="TXT-DAT"/>
  • Copy TXT-DAT.xml %ProgramFiles%\Notepad++\autoCompletion\