aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlordadamson <43860544+lordadamson@users.noreply.github.com>2020-04-25 15:45:38 +0200
committerGitHub <noreply@github.com>2020-04-25 15:45:38 +0200
commitf2d09bda1b2228a067667989246dfc5aa0b5b4d2 (patch)
tree341e606f0390e32ced4a341e5b15a0a47528d499 /README.md
parent522cd4ac7c5781afcc7fde7274d0e1459b28dd08 (diff)
downloadlite-xl-plugins-f2d09bda1b2228a067667989246dfc5aa0b5b4d2.tar.gz
lite-xl-plugins-f2d09bda1b2228a067667989246dfc5aa0b5b4d2.zip
Added the language_cpp plugin to the README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa010b4..c7d0042 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Plugin | Description
[`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result
[`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases
[`indentguide`](plugins/indentguide.lua?raw=1) | Adds [indent guides](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png)
+[`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
[`language_jiyu`](plugins/language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language