mwouts / jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
https://jupytext.readthedocs.io
MIT License
6.65k stars 386 forks source link

Alphabetize languages list #1143

Closed effigies closed 1 year ago

effigies commented 1 year ago

Haskell and Tcl were out of order in an otherwise sorted list. Sorted with:

sorted(languages.splitlines(), key=str.lower)
mwouts commented 1 year ago

Makes sense! Thank you @effigies