SublimeHighlight icon indicating copy to clipboard operation
SublimeHighlight copied to clipboard

[ST2][OSX 10.8.5] Line numbering does not work for RTF?

Open binamov opened this issue 11 years ago • 2 comments

Sublime 2.0.2 2221 on OSX 10.8.5

I have "linenos": "inline"

in both my Default and User settings. It seems to work with HTML, but not RTF. Am I doing something wrong?

binamov avatar Sep 17 '13 23:09 binamov

very awesome plugin, however I also found that "linenos" do not work for me either. User settings file below.

{
        "linenos": "inline",
        "noclasses": true,
        "fontface": "Inconsolata"
    }

vinyar avatar Sep 19 '13 16:09 vinyar

you are not doing anything wrong. the fact is that the pygments rtf formatter only has options for style and and fontface and does not render rtf with line numbers. Supporting this will require you to add this functionality to pygments itself.

kashif avatar Nov 26 '13 12:11 kashif