diff options
author | rxi <rxi@users.noreply.github.com> | 2020-05-24 09:47:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 09:47:30 +0100 |
commit | 7b3f917f65233d41918e4c0dd363ea75e04fb4b8 (patch) | |
tree | f12322b82972ef749510c9f3a7d1c281818ad482 /README.md | |
parent | 3b3253f8897c406ffb2d93d2b931df33c934d797 (diff) | |
parent | 648b1ad21492446c905ba7553dd5c6f4b54b11e2 (diff) | |
download | lite-xl-plugins-7b3f917f65233d41918e4c0dd363ea75e04fb4b8.tar.gz lite-xl-plugins-7b3f917f65233d41918e4c0dd363ea75e04fb4b8.zip |
Merge pull request #44 from Gaarco/master
Added GDScript language syntax
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +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 [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 |