diff options
author | Github Actions <> | 2024-04-20 16:25:51 +0000 |
---|---|---|
committer | Github Actions <> | 2024-04-20 16:25:51 +0000 |
commit | dd62881b68bff92e61f0358413932773097efa8c (patch) | |
tree | 7eceb1e7c4a40f68872b35b2a6392204541a4be0 | |
parent | ded40e146b7bb79eba0c3e14ba88f1cd110e039f (diff) | |
download | lite-xl-plugins-dd62881b68bff92e61f0358413932773097efa8c.tar.gz lite-xl-plugins-dd62881b68bff92e61f0358413932773097efa8c.zip |
[CI] Updated README.md and manifest.json.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ to follow with `extra.follow_branch`.* | [`language_assembly_x86`](plugins/language_assembly_x86.lua?raw=1) | Syntax for Intel x86 assembly | | [`language_autohotkey_v1`](plugins/language_autohotkey_v1.lua?raw=1) | Syntax for the [AutoHotkey](https://www.autohotkey.com)(v1) programming language | | [`language_batch`](plugins/language_batch.lua?raw=1) | Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file) | +| [`language_bazel`](plugins/language_bazel.lua?raw=1) | Syntax for [Bazel](https://bazel.build/) build tool files. | | [`language_bib`](plugins/language_bib.lua?raw=1) | Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files | | [`language_blade`](plugins/language_blade.lua?raw=1) | Syntax for [Blade](https://github.com/blade-lang/blade/) files | | [`language_blueprint`](plugins/language_blueprint.lua?raw=1) | Syntax for the [Blueprint](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/) markup language | |