Text editor to colour code rich text format (Rtf) commands

1

1

Is there a program which can read and colour code Rtf code in its text editor? Notepad++ supports the coloring of many languages such as C++ or Javascript, but Rtf isn't supported (it's not exactly a language, but even so).

This one's a tricky one to research because a search in Google for "Rtf editor" will return editors which save to that format, rather than work with it in its raw code-like form.

Dan W

Posted 2012-01-12T11:03:21.873

Reputation: 420

Answers

1

vim supports syntax highlighting for.rtf files. It's available on quite a few platforms, including Windows.

Daniel Beck

Posted 2012-01-12T11:03:21.873

Reputation: 98 421

Thanks! I tried it, and although text is distinguished, all the control words are the same colour (only 2-3 colours total). Maybe there's something better... – Dan W – 2012-01-12T11:16:40.230

@DanW Last time I checked, language elements of the same type (type names, keywords, etc.) are colored the same way in most editors. – Daniel Beck – 2012-01-12T11:38:30.173