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
Copy file name to clipboardExpand all lines: docs/tools/documentation.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Tools supporting the documentation of Lingua Franca code.
5
5
6
6
## Code Highlighting with Pygments
7
7
8
-
[Pygments](https://pygments.org/) is a Python library for highlight code snippets in various languages and using a rich set of [styles](https://pygments.org/styles/). There is a [plugin](https://github.com/lf-lang/lf-pygments-lexer) for LF code highlighting available.
8
+
[Pygments](https://pygments.org/) is a Python library for highlight code snippets in various languages. There is a [plugin](https://github.com/lf-lang/lf-pygments-lexer) for LF code highlighting available. This provides a tool for automatically generating beutiful LF code listings in a range of [styles](https://pygments.org/styles/) and in various output formats such as PNG, SVG, and HTML. It also integrates with LaTeX.
0 commit comments