Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++ Rtf Editing plugin

Is there a plug-in for Notepad++ that does rtf highlighting? To clarify, I mean when one opens an rtf file as plain text, is there a plugin that highlights rtf statements (like "{\rtf...}", "{\colortbl...}", and etc.) like it does with c++, c#, html, and etc. along with the ability to collapse blocks of rtf statements like an xml file? Thanks in advance.

like image 589
BrainStorm.exe Avatar asked Aug 28 '12 22:08

BrainStorm.exe


1 Answers

Good news every-one! I found a UDL for RTF here.

Found it via this link.

[Edited 2 Aug 2016] The list of User-Defined Languages is now available at this address: https://github.com/notepad-plus-plus/userDefinedLanguages/blob/master/udl-list.md

like image 153
BrainStorm.exe Avatar answered Sep 20 '22 08:09

BrainStorm.exe