From 728147fde349a7cecf4702adac641b17b54ab53d Mon Sep 17 00:00:00 2001 From: Markus Schiller Date: Sat, 3 Aug 2024 23:21:46 +0200 Subject: [PATCH 1/5] feat: add templ --- repository/t.json | 92 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 71 insertions(+), 21 deletions(-) diff --git a/repository/t.json b/repository/t.json index 3acc32fecbb..927cf271f48 100644 --- a/repository/t.json +++ b/repository/t.json @@ -71,7 +71,15 @@ "name": "TabNav", "details": "https://github.com/mitchvm/tabnav", "author": "Mitch Valdmanis-Miller", - "labels": ["text navigation", "text selection", "text", "markdown", "org mode", "textile", "csv"], + "labels": [ + "text navigation", + "text selection", + "text", + "markdown", + "org mode", + "textile", + "csv" + ], "releases": [ { "sublime_text": ">=3000", @@ -84,7 +92,8 @@ "previous_names": ["TabNine"], "details": "https://github.com/codota/tabnine-sublime", "author": "Tabnine", - "labels": ["autocomplete", + "labels": [ + "autocomplete", "javascript", "typescript", "php", @@ -116,7 +125,8 @@ "ai", "method completion", "intellicode", - "intellisense"], + "intellisense" + ], "releases": [ { "sublime_text": "*", @@ -247,7 +257,14 @@ "details": "https://github.com/tact-lang/tact-sublime", "description": "All-in-one package for Tact programming language", "author": "Novus Nota", - "labels": ["tact", "auto-complete", "build system", "code navigation", "language syntax", "snippets"], + "labels": [ + "tact", + "auto-complete", + "build system", + "code navigation", + "language syntax", + "snippets" + ], "releases": [ { "sublime_text": ">=3210", @@ -382,7 +399,15 @@ { "name": "Target", "details": "https://github.com/Zander-Labuschagne/target", - "labels": ["Thrustmaster", "T.A.R.G.E.T.", "TARGET", "Thrustmaster Advanced pRogramming Graphical EdiTor","HOTAS", "autocompletion", "auto-complete"], + "labels": [ + "Thrustmaster", + "T.A.R.G.E.T.", + "TARGET", + "Thrustmaster Advanced pRogramming Graphical EdiTor", + "HOTAS", + "autocompletion", + "auto-complete" + ], "releases": [ { "sublime_text": ">=3211", @@ -540,6 +565,18 @@ } ] }, + { + "name": "Templ (go)", + "details": "https://github.com/papierkorp/sublime-templ", + "labels": ["templ", "golang", "go"], + "description": "Syntax highlight for the go templ Plugin", + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "templatejs", "details": "https://github.com/yanhaijing/template-sublime", @@ -631,7 +668,7 @@ { "name": "Terminal In Packages", "details": "https://github.com/mxdevmanuel/sublime-terminal-in-packages", - "releases":[ + "releases": [ { "sublime_text": "*", "tags": true @@ -702,7 +739,7 @@ "homepage": "http://malinowski.be/termX", "details": "https://github.com/afterdesign/termX", "labels": ["terminal"], - "releases" : [ + "releases": [ { "sublime_text": "*", "platforms": ["osx", "osx-x64"], @@ -2253,7 +2290,7 @@ { "name": "Themosis Framework Snippets", "details": "https://github.com/wmarquardt/themosis-framework-snippets", - "author" : "William Marquardt", + "author": "William Marquardt", "labels": ["snippets"], "releases": [ { @@ -2406,11 +2443,7 @@ { "name": "Timestamp converter", "details": "https://github.com/Zlitus/sublime-text-timestamp", - "labels": [ - "utilities", - "productivity", - "text manipulation" - ], + "labels": ["utilities", "productivity", "text manipulation"], "releases": [ { "sublime_text": "*", @@ -2455,7 +2488,14 @@ "name": "TinyCodeCounter", "details": "https://github.com/gkpotter/Sublime-TinyCodeCounter", "author": "Greyson Potter", - "labels": ["tinycode", "twitter", "p5", "p5js", "processing", "character counter"], + "labels": [ + "tinycode", + "twitter", + "p5", + "p5js", + "processing", + "character counter" + ], "releases": [ { "sublime_text": "*", @@ -2985,10 +3025,12 @@ "name": "ToolRunner", "details": "https://github.com/KuttKatrea/sublime-toolrunner", "author": "Kutt Katrea", - "releases": [{ - "sublime_text": ">=3000", - "tags": true - }] + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] }, { "name": "ToolTip-Helper", @@ -3619,7 +3661,7 @@ "name": "TwilightBright", "details": "https://github.com/sepisoad/sublime-twilight-bright-color", "author": "Sepehr Aryani", - "labels": [ "color scheme", "light", "twilight"], + "labels": ["color scheme", "light", "twilight"], "releases": [ { "sublime_text": "*", @@ -3660,7 +3702,7 @@ } ] }, - { + { "name": "TwoColumns", "details": "https://github.com/pykong/TwoColumns", "labels": ["layout"], @@ -3709,7 +3751,15 @@ "details": "https://github.com/Microsoft/TypeScript-Sublime-Plugin", "homepage": "http://typescriptlang.org", "donate": null, - "labels": ["auto-complete", "code navigation", "formatting", "language syntax", "snippets", "typescript", "javascript"], + "labels": [ + "auto-complete", + "code navigation", + "formatting", + "language syntax", + "snippets", + "typescript", + "javascript" + ], "releases": [ { "sublime_text": "<4000", From 3832c070c6fd43797db25c1b1e9a2bec5f30594e Mon Sep 17 00:00:00 2001 From: Markus Schiller Date: Mon, 26 Aug 2024 13:19:34 +0200 Subject: [PATCH 2/5] Revert "feat: add templ" This reverts commit 728147fde349a7cecf4702adac641b17b54ab53d. --- repository/t.json | 92 +++++++++++------------------------------------ 1 file changed, 21 insertions(+), 71 deletions(-) diff --git a/repository/t.json b/repository/t.json index 927cf271f48..3acc32fecbb 100644 --- a/repository/t.json +++ b/repository/t.json @@ -71,15 +71,7 @@ "name": "TabNav", "details": "https://github.com/mitchvm/tabnav", "author": "Mitch Valdmanis-Miller", - "labels": [ - "text navigation", - "text selection", - "text", - "markdown", - "org mode", - "textile", - "csv" - ], + "labels": ["text navigation", "text selection", "text", "markdown", "org mode", "textile", "csv"], "releases": [ { "sublime_text": ">=3000", @@ -92,8 +84,7 @@ "previous_names": ["TabNine"], "details": "https://github.com/codota/tabnine-sublime", "author": "Tabnine", - "labels": [ - "autocomplete", + "labels": ["autocomplete", "javascript", "typescript", "php", @@ -125,8 +116,7 @@ "ai", "method completion", "intellicode", - "intellisense" - ], + "intellisense"], "releases": [ { "sublime_text": "*", @@ -257,14 +247,7 @@ "details": "https://github.com/tact-lang/tact-sublime", "description": "All-in-one package for Tact programming language", "author": "Novus Nota", - "labels": [ - "tact", - "auto-complete", - "build system", - "code navigation", - "language syntax", - "snippets" - ], + "labels": ["tact", "auto-complete", "build system", "code navigation", "language syntax", "snippets"], "releases": [ { "sublime_text": ">=3210", @@ -399,15 +382,7 @@ { "name": "Target", "details": "https://github.com/Zander-Labuschagne/target", - "labels": [ - "Thrustmaster", - "T.A.R.G.E.T.", - "TARGET", - "Thrustmaster Advanced pRogramming Graphical EdiTor", - "HOTAS", - "autocompletion", - "auto-complete" - ], + "labels": ["Thrustmaster", "T.A.R.G.E.T.", "TARGET", "Thrustmaster Advanced pRogramming Graphical EdiTor","HOTAS", "autocompletion", "auto-complete"], "releases": [ { "sublime_text": ">=3211", @@ -565,18 +540,6 @@ } ] }, - { - "name": "Templ (go)", - "details": "https://github.com/papierkorp/sublime-templ", - "labels": ["templ", "golang", "go"], - "description": "Syntax highlight for the go templ Plugin", - "releases": [ - { - "sublime_text": "*", - "tags": true - } - ] - }, { "name": "templatejs", "details": "https://github.com/yanhaijing/template-sublime", @@ -668,7 +631,7 @@ { "name": "Terminal In Packages", "details": "https://github.com/mxdevmanuel/sublime-terminal-in-packages", - "releases": [ + "releases":[ { "sublime_text": "*", "tags": true @@ -739,7 +702,7 @@ "homepage": "http://malinowski.be/termX", "details": "https://github.com/afterdesign/termX", "labels": ["terminal"], - "releases": [ + "releases" : [ { "sublime_text": "*", "platforms": ["osx", "osx-x64"], @@ -2290,7 +2253,7 @@ { "name": "Themosis Framework Snippets", "details": "https://github.com/wmarquardt/themosis-framework-snippets", - "author": "William Marquardt", + "author" : "William Marquardt", "labels": ["snippets"], "releases": [ { @@ -2443,7 +2406,11 @@ { "name": "Timestamp converter", "details": "https://github.com/Zlitus/sublime-text-timestamp", - "labels": ["utilities", "productivity", "text manipulation"], + "labels": [ + "utilities", + "productivity", + "text manipulation" + ], "releases": [ { "sublime_text": "*", @@ -2488,14 +2455,7 @@ "name": "TinyCodeCounter", "details": "https://github.com/gkpotter/Sublime-TinyCodeCounter", "author": "Greyson Potter", - "labels": [ - "tinycode", - "twitter", - "p5", - "p5js", - "processing", - "character counter" - ], + "labels": ["tinycode", "twitter", "p5", "p5js", "processing", "character counter"], "releases": [ { "sublime_text": "*", @@ -3025,12 +2985,10 @@ "name": "ToolRunner", "details": "https://github.com/KuttKatrea/sublime-toolrunner", "author": "Kutt Katrea", - "releases": [ - { - "sublime_text": ">=3000", - "tags": true - } - ] + "releases": [{ + "sublime_text": ">=3000", + "tags": true + }] }, { "name": "ToolTip-Helper", @@ -3661,7 +3619,7 @@ "name": "TwilightBright", "details": "https://github.com/sepisoad/sublime-twilight-bright-color", "author": "Sepehr Aryani", - "labels": ["color scheme", "light", "twilight"], + "labels": [ "color scheme", "light", "twilight"], "releases": [ { "sublime_text": "*", @@ -3702,7 +3660,7 @@ } ] }, - { + { "name": "TwoColumns", "details": "https://github.com/pykong/TwoColumns", "labels": ["layout"], @@ -3751,15 +3709,7 @@ "details": "https://github.com/Microsoft/TypeScript-Sublime-Plugin", "homepage": "http://typescriptlang.org", "donate": null, - "labels": [ - "auto-complete", - "code navigation", - "formatting", - "language syntax", - "snippets", - "typescript", - "javascript" - ], + "labels": ["auto-complete", "code navigation", "formatting", "language syntax", "snippets", "typescript", "javascript"], "releases": [ { "sublime_text": "<4000", From 6695d9f5c4ec3680add40d9286dff22cbbc9461b Mon Sep 17 00:00:00 2001 From: Markus Schiller Date: Mon, 26 Aug 2024 13:21:54 +0200 Subject: [PATCH 3/5] feat: add templ wihout formatting the json file --- repository/t.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) mode change 100644 => 100755 repository/t.json diff --git a/repository/t.json b/repository/t.json old mode 100644 new mode 100755 index 3acc32fecbb..dd31a891a30 --- a/repository/t.json +++ b/repository/t.json @@ -540,6 +540,18 @@ } ] }, + { + "name": "Templ (go)", + "details": "https://github.com/papierkorp/sublime-templ", + "labels": ["templ", "golang", "go"], + "description": "Syntax highlight for the go templ Plugin", + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "templatejs", "details": "https://github.com/yanhaijing/template-sublime", From 7ff6950374da5f4b223c87c8e4ffbcb418980abd Mon Sep 17 00:00:00 2001 From: Markus Schiller Date: Mon, 30 Sep 2024 14:05:52 +0200 Subject: [PATCH 4/5] fix: replace spaces with tabs --- repository/t.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/repository/t.json b/repository/t.json index dd31a891a30..909eefcf2e6 100755 --- a/repository/t.json +++ b/repository/t.json @@ -540,18 +540,18 @@ } ] }, - { - "name": "Templ (go)", - "details": "https://github.com/papierkorp/sublime-templ", - "labels": ["templ", "golang", "go"], - "description": "Syntax highlight for the go templ Plugin", - "releases": [ - { - "sublime_text": "*", - "tags": true - } - ] - }, + { + "name": "Templ (go)", + "details": "https://github.com/papierkorp/sublime-templ", + "labels": ["templ", "golang", "go"], + "description": "Syntax highlight for the go templ Plugin", + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "templatejs", "details": "https://github.com/yanhaijing/template-sublime", From ebfa48e5dbd4839dde743a138509a33a696356cc Mon Sep 17 00:00:00 2001 From: Markus Schiller Date: Tue, 12 Nov 2024 16:14:02 +0100 Subject: [PATCH 5/5] Update repository/t.json Co-authored-by: Koen Lageveen --- repository/t.json | 1 - 1 file changed, 1 deletion(-) diff --git a/repository/t.json b/repository/t.json index 909eefcf2e6..d6e20d3a35c 100755 --- a/repository/t.json +++ b/repository/t.json @@ -544,7 +544,6 @@ "name": "Templ (go)", "details": "https://github.com/papierkorp/sublime-templ", "labels": ["templ", "golang", "go"], - "description": "Syntax highlight for the go templ Plugin", "releases": [ { "sublime_text": "*",