diff options
author | Guillaume Piolat <contact@auburnsounds.com> | 2020-05-31 17:06:19 +0100 |
---|---|---|
committer | Guillaume Piolat <contact@auburnsounds.com> | 2020-05-31 17:06:19 +0100 |
commit | 9335268ed1af3260c4c08b928bc7afc18c20893a (patch) | |
tree | bae905109702b5f345f3b11dd736e2829452bb3d /README.md | |
parent | 28dcd2863440d9c00f259d4aa06ecc6cd1863288 (diff) | |
download | lite-xl-plugins-9335268ed1af3260c4c08b928bc7afc18c20893a.tar.gz lite-xl-plugins-9335268ed1af3260c4c08b928bc7afc18c20893a.zip |
Add syntax for D language
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_batch`](plugins/language_batch.lua?raw=1) | Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file) [`language_cpp`](plugins/language_cpp.lua?raw=1) | Syntax for the [C++](https://isocpp.org/) programming language [`language_csharp`](plugins/language_csharp.lua?raw=1) | Syntax for the [C#](http://csharp.net) programming language +[`language_d`](plugins/language_d.lua?raw=1) | Syntax for the [D](https://dlang.org/) 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 |