diff options
author | rxi <rxi@users.noreply.github.com> | 2020-05-22 08:19:30 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-05-22 08:19:30 +0100 |
commit | e068564f2455d457d1e60c058cd55668c4bc88e6 (patch) | |
tree | abba9bc8227802e668e36c32282de651fe83da4a /README.md | |
parent | daa0bfc6c55e4d503562d0b422c5e8d60834ca1b (diff) | |
parent | 2d4cc1e82f1de37deae57c455f47b5347a637bb5 (diff) | |
download | lite-xl-plugins-e068564f2455d457d1e60c058cd55668c4bc88e6.tar.gz lite-xl-plugins-e068564f2455d457d1e60c058cd55668c4bc88e6.zip |
Merge branch 'master' of https://github.com/rxi/lite-plugins
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,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_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_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 |