aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2022-10-08 13:34:02 -0400
committerAdam <adamdharrison@gmail.com>2022-10-08 13:34:02 -0400
commit1de38871e5f9143d4cc0b9f66686c9be9f8cc32d (patch)
treef75ed4b897c8a0ff6097f53f08f4b8563e1f0ac9
parentb1bc52ffc0ac7b288297ca48e7f4232399f53e43 (diff)
downloadlite-xl-plugins-1de38871e5f9143d4cc0b9f66686c9be9f8cc32d.tar.gz
lite-xl-plugins-1de38871e5f9143d4cc0b9f66686c9be9f8cc32d.zip
Removed language_cpp, as it's in the core, and not in this repo at all, in this branch.
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab84be5..a40f93c 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,6 @@ _Note: if you make a pull request, the table should be updated and kept in alpha
| [`language_caddyfile`](plugins/language_caddyfile.lua?raw=1) | Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server |
| [`language_cmake`](plugins/language_cmake.lua?raw=1) | Syntax for the CMake build system language |
| [`language_containerfile`](https://github.com/FilBot3/lite-xl-language-containerfile)\* | Syntax for [Containerfile](https://github.com/containers/common/blob/main/docs/Containerfile.5.md)/[Dockerfile](https://docs.docker.com/engine/reference/builder/) |
-| [`language_cpp`](plugins/language_cpp.lua?raw=1) | Syntax for the [C++](https://isocpp.org/) programming language |
| [`language_crystal`](https://github.com/Tamnac/lite-plugin-crystal)\* | Syntax for the [Crystal](https://crystal-lang.org) programming language |
| [`language_csharp`](plugins/language_csharp.lua?raw=1) | Syntax for the [C#](http://csharp.net) programming language |
| [`language_d`](plugins/language_d.lua?raw=1) | Syntax for the [D](https://dlang.org/) programming language |