diff options
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", |