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 865
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 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
Windows 0 0 2 1 2 0 0 0 1 1 0 1 0 0 0 0 0 1 3 0 0 1 0 0 0 2 0 0 1 0 2 1 0 0 0 0 0 0 0 0 1 0 0 1 0 2
Mac 0 2 0 0 1 2 0 0 1 0 1 1 0 0 0 1 1 3 1 0 0 0 0 3 1 2 0 0 0 0 0 1 1 0 0 0 0 1 2 2 0 1 0 0 0 0
Linux 0 0 0 1 0 0 0 0 0 0 1 0 3 0 0 0 2 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 1 1 0 0 1 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 (;)