diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2021-12-30 04:13:08 +0100 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2021-12-30 04:13:08 +0100 |
commit | 2b910027236cb7e962bdbdf1fec4de574bed46a2 (patch) | |
tree | be7a051cccbca621867c322ae9a7654a87f893d3 /README.md | |
parent | 7e9b1bc7533ca1f31281cfda9d936f08514d26c1 (diff) | |
download | lite-xl-plugins-2b910027236cb7e962bdbdf1fec4de574bed46a2.tar.gz lite-xl-plugins-2b910027236cb7e962bdbdf1fec4de574bed46a2.zip |
Rename `sass` and `scala` language plugins to follow the standard
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -89,8 +89,8 @@ Plugin | Description [`language_rescript`](plugins/language_rescript.lua?raw=1) | Syntax for the [ReScript](https://rescript-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_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 [`language_ssh_config`](plugins/language_ssh_config.lua?raw=1) | Syntax for ssh & sshd config files [`language_tcl`](plugins/language_tcl.lua?raw=1) | Syntax for the [Tcl](https://www.tcl.tk/) programming language |