diff options
author | 140bpmdubstep <laineprikol@gmail.com> | 2020-04-13 14:45:23 +0400 |
---|---|---|
committer | 140bpmdubstep <laineprikol@gmail.com> | 2020-04-13 14:45:23 +0400 |
commit | 70e5f3fcc4c1eb5c6f2569c0c9b454ea7045a875 (patch) | |
tree | a7a4a7bfd310eb85d764ae6372fee8e967dc0d6a /README.md | |
parent | 84c40d0b607a30c20880fd156b9952d6292c5cb9 (diff) | |
download | lite-xl-plugins-70e5f3fcc4c1eb5c6f2569c0c9b454ea7045a875.tar.gz lite-xl-plugins-70e5f3fcc4c1eb5c6f2569c0c9b454ea7045a875.zip |
Added syntax for Rust language
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ Plugin | Description [`language_jiyu`](language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language [`language_odin`](language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language [`language_psql`](language_psql.lua?raw=1) | Syntax for the postgresql database access language +[`language_rust`](language_rust.lua?raw=1) | Syntax for the [Rust](https://rust-lang.org/) programming language [`language_wren`](language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language [`macmodkeys`](macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` [`sort`](sort.lua?raw=1) | Sorts selected lines |