From 6695d9f5c4ec3680add40d9286dff22cbbc9461b Mon Sep 17 00:00:00 2001 From: Markus Schiller Date: Mon, 26 Aug 2024 13:21:54 +0200 Subject: [PATCH] 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",