From 7105663aa052701a0a5b834dd7b8fe5490d97822 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:20:22 +0200 Subject: [PATCH] feat: add Tact package (#8934) --- repository/t.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repository/t.json b/repository/t.json index 259d79b2b15..eedc2fdf695 100644 --- a/repository/t.json +++ b/repository/t.json @@ -242,6 +242,19 @@ } ] }, + { + "name": "Tact", + "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"], + "releases": [ + { + "sublime_text": ">=3210", + "tags": "v" + } + ] + }, { "name": "TADS3", "details": "https://github.com/VoidPhantom/sublime-tads3",