diff options
author | rxi <rxi@users.noreply.github.com> | 2020-04-26 08:41:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-26 08:41:39 +0100 |
commit | ffaf9d83ff02880a3eeecbd6d6f5253764484b1a (patch) | |
tree | c3f435a9ea9cf0ec6037d44330e583a1b863cd27 /README.md | |
parent | 8ebb6baf41dfaa58a193e7daa856e77d016d0499 (diff) | |
parent | c1d14ec0b01f1f86bc77aa6526997d92a77ac355 (diff) | |
download | lite-xl-plugins-ffaf9d83ff02880a3eeecbd6d6f5253764484b1a.tar.gz lite-xl-plugins-ffaf9d83ff02880a3eeecbd6d6f5253764484b1a.zip |
Merge pull request #17 from lordadamson/patch-1
Plugin for C++ files syntax highlighting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |