Skip to content

Commit

Permalink
Alphabetize languages list
Browse files Browse the repository at this point in the history
Haskell and Tcl were out of order. Sorted with:

sorted(languages.splitlines(), key=str.lower)
  • Loading branch information
effigies authored and mwouts committed Oct 20, 2023
1 parent a2b9b26 commit ef3ecdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Jupytext works with notebooks in any of the following languages:
- F#
- Gnuplot
- Groovy
- Haskell
- IDL
- Java
- Javascript
Expand All @@ -29,9 +30,8 @@ Jupytext works with notebooks in any of the following languages:
- Scheme
- Script of Script
- Stata
- TypeScript
- Haskell
- Tcl
- TypeScript
- Wolfram Language
- Note that Jupytext uses the non-standard `.wolfram` file extension for Wolfram Language files to avoid conflicts with Matlab.

Expand Down

0 comments on commit ef3ecdc

Please sign in to comment.