diff options
author | tiziw <34965470+tiziw@users.noreply.github.com> | 2020-06-18 07:20:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 07:20:52 +0200 |
commit | 1696515f5a3eb7548b373ff585531044c21b68c2 (patch) | |
tree | 7e36e1921d7a9cc7ac7c631b697a767345724732 /README.md | |
parent | 408d6d0eb3a216e33755e206ca967e06ae7ac0c2 (diff) | |
download | lite-xl-plugins-1696515f5a3eb7548b373ff585531044c21b68c2.tar.gz lite-xl-plugins-1696515f5a3eb7548b373ff585531044c21b68c2.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,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_java`](plugins/language_java.lua?raw=1) | Syntax for the [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) 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 |