diff options
author | Marco <marco.galli@protonmail.com> | 2020-05-24 10:34:21 +0200 |
---|---|---|
committer | Marco <marco.galli@protonmail.com> | 2020-05-24 10:34:21 +0200 |
commit | 648b1ad21492446c905ba7553dd5c6f4b54b11e2 (patch) | |
tree | f12322b82972ef749510c9f3a7d1c281818ad482 /README.md | |
parent | 45452d8bed83f363af7718b0d9c27f45f4ddef1a (diff) | |
download | lite-xl-plugins-648b1ad21492446c905ba7553dd5c6f4b54b11e2.tar.gz lite-xl-plugins-648b1ad21492446c905ba7553dd5c6f4b54b11e2.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ Plugin | Description [`language_csharp`](plugins/language_csharp.lua?raw=1) | Syntax for the [C#](http://csharp.net) programming language [`language_fe`](plugins/language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language [`language_fennel`](plugins/language_fennel.lua?raw=1) | Syntax for the [fennel](https://fennel-lang.org) programming language -[`language_gdscript`](plugins/language_gdscript.lua?raw=1) | Syntax for the [GDScript](https://godotengine.org/) programming language +[`language_gdscript`](plugins/language_gdscript.lua?raw=1) | Syntax for the [Godot Engine](https://godotengine.org/)'s GDScript scripting language [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language [`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 |