From 11658d147f15592f3b5078f323d88374af0307ea Mon Sep 17 00:00:00 2001 From: Andreas Gehrke Date: Wed, 6 May 2026 22:20:34 +0200 Subject: [PATCH 1/3] Add Structurizr Syntax --- repository/s.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/s.json b/repository/s.json index 8149576cf3f..da070ca5ddf 100644 --- a/repository/s.json +++ b/repository/s.json @@ -4235,6 +4235,17 @@ } ] }, + { + "name": "Structurizr Syntax", + "details": "https://github.com/agehrke/structurizr-syntax", + "labels": ["language syntax"], + "releases": [ + { + "sublime_text": ">=4000", + "tags": true + } + ] + }, { "name": "Stupid Indent", "details": "https://github.com/tzvetkoff/sublime_stupid_indent", From 3152def47e067437a9e7ba33f2f536d311746d35 Mon Sep 17 00:00:00 2001 From: Andreas Gehrke Date: Wed, 6 May 2026 22:33:17 +0200 Subject: [PATCH 2/3] Add Structurizr Syntax --- repository/s.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repository/s.json b/repository/s.json index da070ca5ddf..3dba1b775f2 100644 --- a/repository/s.json +++ b/repository/s.json @@ -4240,10 +4240,10 @@ "details": "https://github.com/agehrke/structurizr-syntax", "labels": ["language syntax"], "releases": [ - { - "sublime_text": ">=4000", - "tags": true - } + { + "sublime_text": ">=4000", + "tags": true + } ] }, { From 578df53be885fb8807470b7ce79d17603a08438e Mon Sep 17 00:00:00 2001 From: Andreas Gehrke Date: Mon, 11 May 2026 20:47:28 +0200 Subject: [PATCH 3/3] Rename and use tabs --- repository/s.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/repository/s.json b/repository/s.json index 3dba1b775f2..2a3c450d78a 100644 --- a/repository/s.json +++ b/repository/s.json @@ -4236,15 +4236,15 @@ ] }, { - "name": "Structurizr Syntax", - "details": "https://github.com/agehrke/structurizr-syntax", - "labels": ["language syntax"], - "releases": [ - { - "sublime_text": ">=4000", - "tags": true - } - ] + "name": "Structurizr DSL", + "details": "https://github.com/agehrke/structurizr-syntax", + "labels": ["language syntax"], + "releases": [ + { + "sublime_text": ">=4000", + "tags": true + } + ] }, { "name": "Stupid Indent",