From ef3ecdc556a83a9a9f9991ef9674c3852b9fc4f4 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 19 Oct 2023 08:13:53 -0400 Subject: [PATCH] Alphabetize languages list Haskell and Tcl were out of order. Sorted with: sorted(languages.splitlines(), key=str.lower) --- docs/languages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/languages.md b/docs/languages.md index dc1dfd5fa..a5773524f 100644 --- a/docs/languages.md +++ b/docs/languages.md @@ -10,6 +10,7 @@ Jupytext works with notebooks in any of the following languages: - F# - Gnuplot - Groovy +- Haskell - IDL - Java - Javascript @@ -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.