From 5097ccec70fa8ce5d4751895f3f32e86c771fdd9 Mon Sep 17 00:00:00 2001 From: axemonk Date: Sun, 26 Jan 2025 15:33:59 -0600 Subject: [PATCH 1/8] Move Excel formula to `s.json` Rename to `Spreadsheet formula`. Add `previous_names` Add coauthor @michaelblyons Add `labels` --- repository/e.json | 10 ---------- repository/s.json | 13 +++++++++++++ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/repository/e.json b/repository/e.json index 024597ae6e7..4b4aaf75f06 100644 --- a/repository/e.json +++ b/repository/e.json @@ -1527,16 +1527,6 @@ } ] }, - { - "name": "Excel formula", - "details": "https://github.com/axemonk/Excel-formula", - "releases": [ - { - "sublime_text": "*", - "tags": true - } - ] - }, { "details": "https://github.com/SublimeText/ExcelExec", "releases": [ diff --git a/repository/s.json b/repository/s.json index 6d48d0c4b72..9b14ce51dba 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3435,6 +3435,19 @@ } ] }, + { + "name": "Spreadsheet formula", + "details": "https://github.com/axemonk/Excel-formula", + "author": ["axemonk", "michaelblyons"], + "labels": ["language", "syntax", "snippets", "completions", "microsoft excel", "google sheets", "libreoffice calc", "spreadsheet"], + "previous_names": ["Excel formula"], + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "SproutCore Snippets and JSHint Integration", "details": "https://github.com/sproutcore/sproutcore-sublime-text-2-package", From 3dfd9ba25571d106b6c37b9fae3e8387ae802eae Mon Sep 17 00:00:00 2001 From: axemonk Date: Sun, 26 Jan 2025 15:56:25 -0600 Subject: [PATCH 2/8] Tone down the label mania --- repository/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/s.json b/repository/s.json index 9b14ce51dba..8eb87664fdd 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3439,7 +3439,7 @@ "name": "Spreadsheet formula", "details": "https://github.com/axemonk/Excel-formula", "author": ["axemonk", "michaelblyons"], - "labels": ["language", "syntax", "snippets", "completions", "microsoft excel", "google sheets", "libreoffice calc", "spreadsheet"], + "labels": ["language syntax", "snippets", "completions"], "previous_names": ["Excel formula"], "releases": [ { From f823920632230d753dfded0b65a5e4e2801c46c5 Mon Sep 17 00:00:00 2001 From: axemonk Date: Sun, 26 Jan 2025 16:07:18 -0600 Subject: [PATCH 3/8] Swap `completions` with `auto-complete` --- repository/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/s.json b/repository/s.json index 8eb87664fdd..26a80f9c883 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3439,7 +3439,7 @@ "name": "Spreadsheet formula", "details": "https://github.com/axemonk/Excel-formula", "author": ["axemonk", "michaelblyons"], - "labels": ["language syntax", "snippets", "completions"], + "labels": ["language syntax", "snippets", "auto-complete"], "previous_names": ["Excel formula"], "releases": [ { From fcfe5fb9aaebda83c9053a598891e3724ba8685b Mon Sep 17 00:00:00 2001 From: axemonk Date: Sun, 26 Jan 2025 16:12:19 -0600 Subject: [PATCH 4/8] Add proper version req for use of `extends` [ref](https://www.sublimetext.com/docs/syntax.html) --- repository/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/s.json b/repository/s.json index 26a80f9c883..17a125f8ffb 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3443,7 +3443,7 @@ "previous_names": ["Excel formula"], "releases": [ { - "sublime_text": "*", + "sublime_text": ">=4075", "tags": true } ] From ecfb8019c1d0f6d85ec9cd248b41ccadab054ec5 Mon Sep 17 00:00:00 2001 From: axemonk Date: Sun, 26 Jan 2025 16:33:28 -0600 Subject: [PATCH 5/8] Split release by Sublime version --- repository/s.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repository/s.json b/repository/s.json index 17a125f8ffb..c59890590cf 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3442,9 +3442,13 @@ "labels": ["language syntax", "snippets", "auto-complete"], "previous_names": ["Excel formula"], "releases": [ + { + "sublime_text": "3092 - 4074", + "tags": "st3-" + }, { "sublime_text": ">=4075", - "tags": true + "tags": "st4-" } ] }, From 24804fd36c74da35965cf259efc3ba34ae977f6d Mon Sep 17 00:00:00 2001 From: axemonk Date: Sun, 26 Jan 2025 17:09:45 -0600 Subject: [PATCH 6/8] Add a tag to trigger workflow --- repository/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/s.json b/repository/s.json index c59890590cf..e4f8ad94023 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3439,7 +3439,7 @@ "name": "Spreadsheet formula", "details": "https://github.com/axemonk/Excel-formula", "author": ["axemonk", "michaelblyons"], - "labels": ["language syntax", "snippets", "auto-complete"], + "labels": ["language syntax", "snippets", "auto-complete", "completions"], "previous_names": ["Excel formula"], "releases": [ { From 4aae0d1758a3d9f54635f1d96b70a1690d7b1c37 Mon Sep 17 00:00:00 2001 From: Stephen Buerkert Date: Mon, 27 Jan 2025 08:36:01 -0600 Subject: [PATCH 7/8] Capitalize `Formula`. Rm `auto-complete` --- repository/s.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository/s.json b/repository/s.json index e4f8ad94023..acdc18f885b 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3436,10 +3436,10 @@ ] }, { - "name": "Spreadsheet formula", + "name": "Spreadsheet Formula", "details": "https://github.com/axemonk/Excel-formula", "author": ["axemonk", "michaelblyons"], - "labels": ["language syntax", "snippets", "auto-complete", "completions"], + "labels": ["language syntax", "snippets", "completions"], "previous_names": ["Excel formula"], "releases": [ { From fc1bda0092dd80b55096fb848c4120e31738ceed Mon Sep 17 00:00:00 2001 From: axemonk Date: Sat, 1 Feb 2025 11:51:08 -0600 Subject: [PATCH 8/8] Rename URL --- repository/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/s.json b/repository/s.json index acdc18f885b..4dfe83c7915 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3437,7 +3437,7 @@ }, { "name": "Spreadsheet Formula", - "details": "https://github.com/axemonk/Excel-formula", + "details": "https://github.com/axemonk/Spreadsheet-Formula", "author": ["axemonk", "michaelblyons"], "labels": ["language syntax", "snippets", "completions"], "previous_names": ["Excel formula"],