Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Syntax Error on Formatters #69

Open
sfatih opened this issue Oct 4, 2016 · 0 comments
Open

Syntax Error on Formatters #69

sfatih opened this issue Oct 4, 2016 · 0 comments

Comments

@sfatih
Copy link

sfatih commented Oct 4, 2016

Copy as RTF is disabled in contax menu. I think that syntax error causes that.

Reloading plugin C:\Users\SemihFatih\AppData\Roaming\Sublime Text 2\Packages\SublimeHighlight\SublimeHighlight.py
Traceback (most recent call last):
  File ".\sublime_plugin.py", line 62, in reload_plugin
  File ".\SublimeHighlight.py", line 15, in <module>
    import pygments.formatters
  File "./HighlightLib\pygments\formatters\__init__.py", line 14, in <module>
    from pygments.formatters._mapping import FORMATTERS
  File "./HighlightLib\pygments\formatters\_mapping.py", line 18, in <module>
    from pygments.formatters.html import HtmlFormatter
  File "./HighlightLib\pygments\formatters\html.py", line 509
    'using current directory as base for the CSS file name', file=sys.stderr)
                                                                 ^
SyntaxError: invalid syntax
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant