diff options
author | rxi <rxi@users.noreply.github.com> | 2020-06-23 13:26:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 13:26:39 +0100 |
commit | e7d3925f739e87f4d18521a2902b678f05bbfe85 (patch) | |
tree | 8bd3efdb05df10a40c014e07e02a4fa7c5cbd20a /README.md | |
parent | 420bde4ae8b4e0633f54d809ce5ffc5b1b87f50e (diff) | |
parent | 5963d30bf14deb6d299055cd3a5db2b7e8e640c4 (diff) | |
download | lite-xl-plugins-e7d3925f739e87f4d18521a2902b678f05bbfe85.tar.gz lite-xl-plugins-e7d3925f739e87f4d18521a2902b678f05bbfe85.zip |
Merge pull request #65 from imolein/elm-lang-support
Add Elm lang support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ Plugin | Description [`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_elm`](plugins/language_elm.lua?raw=1) | Syntax for the [Elm](https://elm-lang.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 |