diff options
author | Rohan Vashisht <81112205+RohanVashisht1234@users.noreply.github.com> | 2024-04-20 21:55:41 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 18:25:41 +0200 |
commit | ded40e146b7bb79eba0c3e14ba88f1cd110e039f (patch) | |
tree | 276f64ef7d989ce41adb3c0eaf4c522a27011085 /manifest.json | |
parent | ad65bd2e4886f6661001db7968f0298354351a30 (diff) | |
download | lite-xl-plugins-ded40e146b7bb79eba0c3e14ba88f1cd110e039f.tar.gz lite-xl-plugins-ded40e146b7bb79eba0c3e14ba88f1cd110e039f.zip |
added support for Bazel syntax (#420)
* Create language_bazel.lua
* Update language_bazel.lua
* Update manifest.json
* Update manifest.json
* Update language_bazel.lua
* Update manifest.json
* Update language_bazel.lua
* Update language_bazel.lua
* Bump `meta_languages` version
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 4a8c53a..3b1b936 100644 --- a/manifest.json +++ b/manifest.json @@ -65,6 +65,7 @@ "language_assembly_x86": {}, "language_autohotkey_v1": {}, "language_batch": {}, + "language_bazel": {}, "language_bib": {}, "language_blade": {}, "language_blueprint": {}, @@ -670,6 +671,16 @@ "version": "0.1" }, { + "description": "Syntax for [Bazel](https://bazel.build/) build tool files.", + "id": "language_bazel", + "mod_version": "3", + "path": "plugins/language_bazel.lua", + "tags": [ + "language" + ], + "version": "0.1" + }, + { "description": "Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files", "id": "language_bib", "mod_version": "3", |