ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Rich​Text​Format

by SublimeText ST3

Syntax definition for RTF files in Sublime Text 3

Details

Installs

  • Total 8K
  • Win 4K
  • Mac 3K
  • Linux 924
Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16
Windows 0 0 0 1 1 0 0 0 2 0 0 0 0 0 1 2 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 1 1 1 1 1 0 1 1 0 0 1 1 2
Mac 0 0 0 1 1 0 1 0 1 0 1 1 1 0 1 0 0 2 0 2 3 2 0 0 1 1 2 1 0 0 0 0 0 0 2 0 0 1 0 1 0 0 0 0 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

RichTextFormat

Syntax definition for RTF files in Sublime Text 3, so they can be highlighted by your color scheme.

Features

  • Syntax definition for RTF files, so that the following can be highlighted by your color scheme:
    • braces
    • control words
    • numeric parameters
    • control symbols
    • bookmarks
    • fields
    • special characters

Also it is possible to see the bookmarks in the document, and jump to them, using Sublime Text's Goto Symbol functionality.

Syntax highlighting and Goto Symbol in action

Installation

The recommended way to install the Sublime Text RTF syntax is via Package Control. Package Control will install the plugin on your system and keep it up to date.

  1. Ensure Package Control is installed.
  2. In Sublime Text, open the Preferences menu, and select Package Control.
  3. Select Package Control: Install Package.
  4. Start typing RichTextFormat. When you see it, select it.
  5. Wait for it to install.
  6. Re-open any open RTF files, or set their syntax to RTF manually.
  7. Enjoy!

Color Scheme - Scopes

This package follows the conventions set out in the official ST3 scope naming documentation. Some color schemes won't color punctuation by default, so you may want to tweak it or request that the author of the color scheme tweak it - because there aren't many distinct token types in RTF files, and braces are important - highlighting them in a different color can make the documents much more readable!

Scopes:

  • text.rtf punctuation.section curly braces ({)
  • text.rtf punctuation.separator semi-colons (;)