From 4186874625442633bfbed54d1fdb62958c7aa11f Mon Sep 17 00:00:00 2001 From: deathaxe Date: Thu, 20 Jun 2024 08:02:33 +0200 Subject: [PATCH] Add WASM Interface Type package (#8924) --- repository/w.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/repository/w.json b/repository/w.json index 3af3bafaeeb..8fa6eff74c4 100644 --- a/repository/w.json +++ b/repository/w.json @@ -67,6 +67,21 @@ } ] }, + { + "name": "WASM Interface Type", + "details": "https://github.com/SublimeText/WasmInterfaceType", + "labels": ["language syntax", "wasm", "wit"], + "releases": [ + { + "sublime_text": "4107 - 4142", + "tags": "4107-" + }, + { + "sublime_text": ">=4143", + "tags": "4143-" + } + ] + }, { "name": "Waxeye", "details": "https://github.com/tijn/sublime-waxeye",