From eac140338924489387ff22bed96ccf48bb07084c Mon Sep 17 00:00:00 2001 From: Kyle Stevenson Date: Tue, 22 May 2018 01:13:36 -0700 Subject: [PATCH] [README] Sort supported languages (#69) Sorted using a case-insensitive sort (`$ sort -f`) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66b40bd..65433dc 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,11 @@ The default 5 can be modifed to change the colors, and more can be added. * Ada * AL * C +* C# +* C++ * Clojure * CoffeeScript * CSS -* C++ -* C# * Dart * Dockerfile * Elixir @@ -68,12 +68,12 @@ The default 5 can be modifed to change the colors, and more can be added. * Groovy * Haskell * Haxe -* Kotlin * Java * JavaScript * JavaScript React * JSON with comments * Julia +* Kotlin * LaTex * Less * Lisp @@ -91,8 +91,8 @@ The default 5 can be modifed to change the colors, and more can be added. * Python * R * Racket -* Rust * Ruby +* Rust * Sass * Scala * SCSS @@ -104,4 +104,4 @@ The default 5 can be modifed to change the colors, and more can be added. * TypeScript * TypeScript React * Visual Basic -* YAML \ No newline at end of file +* YAML