n1k0 / SublimeHighlight

A humble SublimeText package for exporting highlighted code as RTF or HTML

Home Page:https://github.com/n1k0/SublimeHighlight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error exporting Lua to clipboard

indiejames opened this issue · comments

When I use SublimeHighlight with Lua files and try to copy as HTML or RTF to the clipboard, it fails with the following error:

Traceback (most recent call last):
  File "./sublime_plugin.py", line 356, in run_
  File "./SublimeHighlight.py", line 111, in run
  File "./SublimeHighlight.py", line 106, in highlight
  File "./SublimeHighlight.py", line 83, in get_lexer
  File "./pygments/lexers/__init__.py", line 121, in get_lexer_for_filename
  File "./pygments/lexer.py", line 470, in __call__
  File "./pygments/lexers/agile.py", line 1116, in __init__
ImportError: No module named _luabuiltins

This is in Sublime Text 2 version 2.0.1 (build 2217).