Notepad ++ Rtf Editing Plugin

Is there a plugin for Notepad ++ that allocates rtf? To clarify, I mean, when you open an rtf file in plain text, is there a plugin that selects rtf operators (for example, "{\ rtf ...}", "{\ colortbl ...}", etc. .d.), For example, it works with C ++, C #, html, etc. along with the ability to collapse rtf statement blocks, such as an xml file? Thanks in advance.

+5
source share
2 answers

Good news everyone! I found UDL for RTF here .

Found it through the link.

[ 2 2016] : http://docs.notepad-plus-plus.org/index.php/User_Defined_Language_Files

+7

All Articles