diff options
author | Rohan Vashisht <81112205+RohanVashisht1234@users.noreply.github.com> | 2024-04-02 02:06:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 22:36:15 +0200 |
commit | 9b35ff47ba2780815760e1df117a65812ccf13dd (patch) | |
tree | 1dc7282bab89d5835b8651bfc06ca1ad6b4770b5 /manifest.json | |
parent | dde17478e00072920eee75f3bb977dfe5ff85805 (diff) | |
download | lite-xl-plugins-9b35ff47ba2780815760e1df117a65812ccf13dd.tar.gz lite-xl-plugins-9b35ff47ba2780815760e1df117a65812ccf13dd.zip |
Add `language_carbon` (#405)
* Update manifest.json
* Update manifest.json
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index e5a8bcf..26a4e53 100644 --- a/manifest.json +++ b/manifest.json @@ -71,6 +71,7 @@ "language_buzz": {}, "language_c7": {}, "language_caddyfile": {}, + "language_carbon": {}, "language_cmake": {}, "language_containerfile": {}, "language_crystal": {}, @@ -156,7 +157,7 @@ "id": "meta_languages", "mod_version": "3", "type": "meta", - "version": "0.1.7" + "version": "0.1.8" }, { "description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*", @@ -723,6 +724,16 @@ "version": "0.1" }, { + "description": "Syntax for the [Carbon programming language](https://github.com/carbon-language/carbon-lang).", + "id": "language_carbon", + "mod_version": "3", + "remote":"https://github.com/RohanVashisht1234/carbon_syntax_highlighter_lite-xl.git:2557359ae2ebf8baee54779e980e0683cbcb7a3c", + "tags": [ + "language" + ], + "version": "0.1" + }, + { "description": "Syntax for the CMake build system language", "id": "language_cmake", "mod_version": "3", |