mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Julien: add package homepage url in Config.in] Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
config BR2_PACKAGE_PYTHON_IPYTHON_PYGMENTS_LEXERS
|
|
bool "python-ipython-pygments-lexers"
|
|
select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
|
|
help
|
|
Defines a variety of Pygments lexers for highlighting
|
|
IPython code.
|
|
|
|
https://pypi.org/project/ipython-pygments-lexers/
|