diff options
author | Phillip L <p410n3@gmail.com> | 2020-04-18 23:45:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 23:45:05 +0200 |
commit | 693c11fe4ecaf99c6e89c347f963128eece532e2 (patch) | |
tree | a413e057e3a80d8d8b8d6cc8105630318e60f820 /README.md | |
parent | 74b8f107cd0eeec99ab4c7782434c79550962957 (diff) | |
download | lite-xl-plugins-693c11fe4ecaf99c6e89c347f963128eece532e2.tar.gz lite-xl-plugins-693c11fe4ecaf99c6e89c347f963128eece532e2.zip |
Added PHP Syntax plugin to the Readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,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 |