From 1c888388d53186eecd621fdd15aa3cc85634193f Mon Sep 17 00:00:00 2001 From: Steve Revill Date: Mon, 30 Dec 2024 16:22:27 +0000 Subject: [PATCH] Package added: BBC BASIC Modern Syntax --- repository/b.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/b.json b/repository/b.json index fa842986b4f..960a69c594a 100644 --- a/repository/b.json +++ b/repository/b.json @@ -282,6 +282,17 @@ } ] }, + { + "name": "BBC BASIC Modern Syntax", + "details": "https://github.com/sarev/BBC-BASIC-Sublime-Syntax", + "labels": ["basic", "bbc basic", "risc os", "language syntax"], + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "BBC BASIC Syntax", "details": "https://github.com/gerph/sublimetext-bbcbasic-syntax",