aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 1297e92..1b03367 100644
--- a/manifest.json
+++ b/manifest.json
@@ -68,6 +68,7 @@
"language_bib": {},
"language_blade": {},
"language_blueprint": {},
+ "language_brainfuck": {},
"language_buzz": {},
"language_c7": {},
"language_caddyfile": {},
@@ -160,7 +161,7 @@
"id": "meta_languages",
"mod_version": "3",
"type": "meta",
- "version": "0.1.11"
+ "version": "0.1.12"
},
{
"description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*",
@@ -697,6 +698,16 @@
"version": "0.1"
},
{
+ "description": "Syntax for the [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) programming language",
+ "id": "language_brainfuck",
+ "mod_version": "3",
+ "path": "plugins/language_brainfuck.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
+ },
+ {
"description": "A syntax highlighter for the [Buzz programming language](https://buzz-lang.dev/) in lite-xl.",
"id": "language_buzz",
"mod_version": "3",