diff options
author | Francesco <francesco.bbt@gmail.com> | 2020-06-07 22:18:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 22:18:57 +0200 |
commit | d9614058384a3f9fd8aac5217751c15ce45b2f96 (patch) | |
tree | df73d27feafd42612842988596c830e9a445e296 /README.md | |
parent | 66063abb833d5faa403f5d289012bd6f65ccfb0c (diff) | |
download | lite-xl-plugins-d9614058384a3f9fd8aac5217751c15ce45b2f96.tar.gz lite-xl-plugins-d9614058384a3f9fd8aac5217751c15ce45b2f96.zip |
Add link to Meson's website
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Plugin | Description [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language [`language_jiyu`](plugins/language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language [`language_make`](plugins/language_make.lua?raw=1) | Syntax for the Make build system language -[`language_meson`](plugins/language_meson.lua?raw=1) | Syntax for the Meson build system language +[`language_meson`](plugins/language_meson.lua?raw=1) | Syntax for the [Meson](https://mesonbuild.com) build system language [`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language [`language_php`](plugins/language_php.lua?raw=1) | Syntax for the [PHP](https://php.net) programming language [`language_psql`](plugins/language_psql.lua?raw=1) | Syntax for the postgresql database access language |