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
I think it would make sense to introduce a --list-styles option that would just list the available styles:
$ skylighting --list-styles
pygments
espresso
kate
tango
haddock
monochrome
breeze-dark
Analogous to pandoc --list-highlight-styles. If --list-styles is introduced it probably makes sense to rename --list to --list-syntaxes for consistency.
The text was updated successfully, but these errors were encountered:
Currently the values that the
-S
(--style
) option accepts are only discoverable by looking at the soure code:skylighting/skylighting/bin/main.hs
Lines 131 to 139 in 8b2b85a
I think it would make sense to introduce a
--list-styles
option that would just list the available styles:Analogous to
pandoc --list-highlight-styles
. If--list-styles
is introduced it probably makes sense to rename--list
to--list-syntaxes
for consistency.The text was updated successfully, but these errors were encountered: