diff options
author | rxi <rxi@users.noreply.github.com> | 2020-05-18 19:03:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 19:03:17 +0100 |
commit | c44458a1d0c868c92f2301ac56fa8436734f6ea9 (patch) | |
tree | 0e5f14295d7f5d87a21b92002e3eb3706a26341c /README.md | |
parent | f2e5821e22b5f813fae1b6d3087b3d75c82f438b (diff) | |
parent | d18469455b3969cb74a41b541745e6184cc61f15 (diff) | |
download | lite-xl-plugins-c44458a1d0c868c92f2301ac56fa8436734f6ea9.tar.gz lite-xl-plugins-c44458a1d0c868c92f2301ac56fa8436734f6ea9.zip |
Merge pull request #35 from liqube/master
Batch File Language Plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ Plugin | Description [`inanimate`](plugins/inanimate.lua?raw=1) | Disables all transition animations [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* [`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language +[`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_fe`](plugins/language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language |