You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins are installed with pip, so you could tell the pip instance that comes with Lektor (~/.local/lib/lektor/bin/pip on my PC) to install a different version of Pygments, for example from a local directory or from version control. See the pip docs for details.
To automate this, I guess you'd have to clone the plugin and then override the Pygments version requirement in setup.py.
I want to add custom lexer what pygments do not support yet.
How can I do it?
The text was updated successfully, but these errors were encountered: