diff options
author | Ash-Coder-or-Not <newestideaz@gmail.com> | 2021-12-22 12:25:21 +0530 |
---|---|---|
committer | Ash-Coder-or-Not <newestideaz@gmail.com> | 2021-12-22 12:25:21 +0530 |
commit | adccad353c1f3719b59727c29aa02c2b1992751a (patch) | |
tree | c10a0886de8e3f1c18c3df36d7885f29ff96600a | |
parent | 05701641aa4e9f68c58a818c4f5a96a68d2e25c0 (diff) | |
download | lite-xl-plugins-adccad353c1f3719b59727c29aa02c2b1992751a.tar.gz lite-xl-plugins-adccad353c1f3719b59727c29aa02c2b1992751a.zip |
fixes to readme.md to ensure alphabetical order is maintained
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,8 +90,8 @@ Plugin | Description [`language_psql`](plugins/language_psql.lua?raw=1) | Syntax for the postgresql database access language [`language_r`](plugins/language_R.lua?raw=1) | Syntax for [R](https://www.r-project.org/) scripting language [`language_rescript`](plugins/language_rescript.lua?raw=1) | Syntax for the [ReScript](https://rescript-lang.org/) programming language -[`language_rust`](plugins/language_rust.lua?raw=1) | Syntax for the [Rust](https://rust-lang.org/) programming language [`language_ruby`](plugins/language_ruby.lua?raw=1) | Syntax for the [Ruby](https://www.ruby-lang.org/) programming language +[`language_rust`](plugins/language_rust.lua?raw=1) | Syntax for the [Rust](https://rust-lang.org/) programming language [`language sass`](plugins/language_sass.lua?raw=1) | Syntax for the [Sass](https://sass-lang.com/) CSS preprocessor [`language scala`](plugins/language_scala.lua?raw=1) | Syntax for the [Scala](https://scala-lang.org/) programming language [`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language |