diff options
author | Melissa Geels <spansjh@gmail.com> | 2020-05-09 14:23:11 +0200 |
---|---|---|
committer | Melissa Geels <spansjh@gmail.com> | 2020-05-09 14:23:11 +0200 |
commit | c56ff7f1b02523c96d6f5d7077e884797654cf62 (patch) | |
tree | 4e89a523b7a69ff2150eb0484cb749c44b0b7bb7 /README.md | |
parent | 35d8cf10354e1da855dc1b0761b2f5ffbb8ed0ac (diff) | |
download | lite-xl-plugins-c56ff7f1b02523c96d6f5d7077e884797654cf62.tar.gz lite-xl-plugins-c56ff7f1b02523c96d6f5d7077e884797654cf62.zip |
Added Angelscript language plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ Plugin | Description [`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases [`hidestatus`](plugins/hidestatus.lua?raw=1) | Hides the status bar at the bottom of the window [`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_cpp`](plugins/language_cpp.lua?raw=1) | Syntax for the [C++](https://isocpp.org/) programming language [`language_fe`](plugins/language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language |