sdlweb: Sort language bindings alphabetically

From 6442b2de15229ebd17c3ebce43884e8ed28fcc93 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 28 Jan 2025 06:23:04 +0000
Subject: [PATCH] Sort language bindings alphabetically

---
 languages.php | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/languages.php b/languages.php
index 295076f..482e574 100644
--- a/languages.php
+++ b/languages.php
@@ -27,13 +27,6 @@
                    
                     <blockquote>
                         <ul>
-                            <li> <strong>
-                                    Python
-                                </strong>
-                                <br/>
-                                PySDL3
-                                <a href="https://github.com/Aermoss/PySDL3">https://github.com/Aermoss/PySDL3</a>
-                            </li>
                             <li> <strong>
                                     C#
                                 </strong>
@@ -55,6 +48,13 @@
                                 SDL3 for Nim -
                                 <a href="https://github.com/transmutrix/nim-sdl3">https://github.com/transmutrix/nim-sdl3</a>
                             </li>
+                            <li> <strong>
+                                    Python
+                                </strong>
+                                <br/>
+                                PySDL3
+                                <a href="https://github.com/Aermoss/PySDL3">https://github.com/Aermoss/PySDL3</a>
+                            </li>
                             <li> <strong>
                                     Rust
                                 </strong>