diff options
author | Liqube <git@liqube.com> | 2020-05-17 22:45:25 +0200 |
---|---|---|
committer | Liqube <git@liqube.com> | 2020-05-17 22:45:25 +0200 |
commit | 2a4f16cf824eabb7ee3119abc32cfc88fbf622a3 (patch) | |
tree | 42e45241bf418e4b9494024a6186f9dcda04e04f /README.md | |
parent | f2e5821e22b5f813fae1b6d3087b3d75c82f438b (diff) | |
download | lite-xl-plugins-2a4f16cf824eabb7ee3119abc32cfc88fbf622a3.tar.gz lite-xl-plugins-2a4f16cf824eabb7ee3119abc32cfc88fbf622a3.zip |
added language syntax for windows batch files
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 |