Textualize / rich-cli

Rich-cli is a command line toolbox for fancy output in the terminal
https://www.textualize.io
MIT License
2.99k stars 77 forks source link

List of every supported filename extensions #60

Closed gruvw closed 1 year ago

gruvw commented 2 years ago

Hello, could you provide a list of every filename extensions supported by rich-cli please ?

andelink commented 1 year ago

Rich uses pygments for its syntax highlighting. You can find their lexers at pygments.org/docs/lexers.

Here are the file extensions: https://gist.github.com/andelink/5362114ced62756a10bf27a8ac291e75

gruvw commented 1 year ago

great, thank you