diff options
author | rxi <rxi@users.noreply.github.com> | 2020-04-20 19:09:15 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-04-20 19:09:15 +0100 |
commit | e9898390b3fed1d7450ad35ef2a0e166e4a5a5d0 (patch) | |
tree | 59399ace9d541c03352301985b27d0d59db62cbe /README.md | |
parent | 3ee8bea42db284c584d5d94c6ac25dbbc55119a2 (diff) | |
parent | 91be04c7351d9c01edbf28daa7e93c6074ffa711 (diff) | |
download | lite-xl-plugins-e9898390b3fed1d7450ad35ef2a0e166e4a5a5d0.tar.gz lite-xl-plugins-e9898390b3fed1d7450ad35ef2a0e166e4a5a5d0.zip |
Merge branch 'master' of https://github.com/rxi/lite-plugins
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ Plugin | Description [`language_go`](language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language [`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_php`](language_php.lua?raw=1) | Syntax for the [PHP](https://php.net) 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 |